Switch to redis db for user registration

This commit is contained in:
2025-05-05 23:33:43 -05:00
parent 424a9d0fa8
commit 0856144417
8 changed files with 85 additions and 93 deletions

View File

@@ -1,12 +1,13 @@
[project]
name = "iptv_server"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"fastapi>=0.110.0",
"uvicorn[standard]>=0.29.0",
"passlib[bcrypt]>=1.7.4",
"bcrypt<4.0.0",
"aiosqlite>=0.20.0",
"python-dotenv>=1.0.0",
"python-multipart>=0.0.9"
"python-multipart>=0.0.9",
"upstash-redis>=1.0.0",
"redis>=5.0.0"
]