Skip to content

Commit ef66e16

Browse files
committed
remove redis
1 parent 75e6b57 commit ef66e16

File tree

3 files changed

+35
-75
lines changed

3 files changed

+35
-75
lines changed

app/templates/footer.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<div class="footer-grid">
33
<div class="footer-brand">
44
<h3>🔗 RZRO.link</h3>
5-
<p>Advanced link optimization engine built on Python and optimized for Ubuntu environments. Secure, fast, and
6-
scalable.</p>
5+
<p>Advanced link shortener utility. Secure, fast, and scalable.</p>
76
</div>
87
<div class="footer-col">
98
<h4>Product</h4>

poetry.lock

Lines changed: 34 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ dependencies = [
2222
"python-dotenv>=1.0.1",
2323
"qrcode>=8.2",
2424
"pillow>=10.4.0",
25-
"redis>=7.1.0,<8.0.0",
2625
"uvicorn>=0.40.0,<0.41.0",
2726
"fastapi>=0.128.0,<0.129.0",
2827
"pydantic>=2.12.5,<3.0.0",

0 commit comments

Comments
 (0)