Fix RAM usage

This commit is contained in:
2022-03-03 09:21:08 +03:00
parent 5a1ff6474f
commit 7af762a918
4 changed files with 82 additions and 32 deletions

View File

@@ -13,12 +13,12 @@ ormar = "^0.10.19"
alembic = "^1.7.3"
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
asyncpg = "^0.24.0"
psycopg2 = "^2.9.1"
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"
[tool.poetry.dev-dependencies]
pytest = "^5.2"