mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 20:45:37 +01:00
Update image building
This commit is contained in:
@@ -9,16 +9,14 @@ license = "Apache 2.0"
|
||||
python = "^3.9"
|
||||
fastapi = ">=0.71.0"
|
||||
uvicorn = {extras = ["standart"], version = "^0.15.0"}
|
||||
ormar = "^0.10.19"
|
||||
ormar = {extras = ["postgresql"], version = "^0.11.0"}
|
||||
alembic = "^1.7.3"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
||||
asyncpg = "^0.24.0"
|
||||
python-multipart = "^0.0.5"
|
||||
httpx = "^0.22.0"
|
||||
Telethon = "^1.24.0"
|
||||
cryptg = "^0.2.post4"
|
||||
prometheus-fastapi-instrumentator = "^5.7.1"
|
||||
psycopg2-binary = "^2.9.3"
|
||||
uvloop = "^0.16.0"
|
||||
gunicorn = "^20.1.0"
|
||||
orjson = "^3.6.7"
|
||||
|
||||
Reference in New Issue
Block a user