Add download_dump endpoint

This commit is contained in:
2022-08-21 14:15:25 +03:00
parent eb9cf2fe29
commit 0d252fc532
8 changed files with 109 additions and 62 deletions

View File

@@ -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]