mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-09 13:00:44 +00:00
14 lines
306 B
TOML
14 lines
306 B
TOML
[project]
|
|
name = "iptv_server"
|
|
version = "0.1.1"
|
|
dependencies = [
|
|
"fastapi>=0.110.0",
|
|
"uvicorn[standard]>=0.29.0",
|
|
"passlib[bcrypt]>=1.7.4",
|
|
"bcrypt<4.0.0",
|
|
"python-dotenv>=1.0.0",
|
|
"python-multipart>=0.0.9",
|
|
"upstash-redis>=1.0.0",
|
|
"redis>=5.0.0",
|
|
"vercel_blob>=0.3.2"
|
|
] |