mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Add download_dump endpoint
This commit is contained in:
@@ -9,7 +9,6 @@ python = "^3.9"
|
||||
fastapi = ">=0.77.1"
|
||||
httpx = ">=0.23.0"
|
||||
alembic = "^1.7.7"
|
||||
ormar = {extras = ["postgresql"], version = "^0.11.0"}
|
||||
uvicorn = {extras = ["standart"], version = "^0.17.6"}
|
||||
arq = "^0.23a1"
|
||||
prometheus-fastapi-instrumentator = "^5.8.1"
|
||||
@@ -18,6 +17,7 @@ gunicorn = "^20.1.0"
|
||||
orjson = "^3.6.8"
|
||||
sentry-sdk = "^1.5.12"
|
||||
aioredis = "^2.0.1"
|
||||
ormar = {git = "https://github.com/collerek/ormar.git", rev = "master", extras = ["postgresql"]}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user