Add healthcheck

This commit is contained in:
2022-02-05 10:26:23 +03:00
parent 42ebed5503
commit 67fc4e2e3e
6 changed files with 132 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ asyncpg = "^0.24.0"
psycopg2 = "^2.9.1"
python-multipart = "^0.0.5"
telegram-files-storage = {extras = ["all"], version = "^1.1.1"}
httpx = "^0.22.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"