This commit is contained in:
2023-05-06 22:16:28 +02:00
parent 185420ea3d
commit e102ad73f3
3 changed files with 90 additions and 108 deletions

View File

@@ -7,19 +7,19 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.95.0"
uvicorn = {extras = ["standard"], version = "^0.21.1"}
fastapi = "^0.95.1"
uvicorn = {extras = ["standard"], version = "^0.22.0"}
ormar = {extras = ["postgresql"], version = "^0.12.1"}
alembic = "^1.10.2"
alembic = "^1.10.4"
pydantic = {extras = ["dotenv"], version = "^1.10.4"}
python-multipart = "^0.0.6"
httpx = "^0.23.3"
telethon = "^1.27.0"
httpx = "^0.24.0"
telethon = "^1.28.5"
prometheus-fastapi-instrumentator = "^6.0.0"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.8.9"
sentry-sdk = "^1.18.0"
orjson = "^3.8.11"
sentry-sdk = "^1.22.1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"