mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-11 08:50:46 +00:00
First commit
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "iptv_server"
|
||||
version = "0.1.0"
|
||||
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"
|
||||
]
|
||||
Reference in New Issue
Block a user