Add healthcheck

This commit is contained in:
2022-02-05 09:51:38 +03:00
parent 889dfeadcd
commit 63be8fda4f
5 changed files with 108 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ fastapi = "^0.70.1"
python-multipart = "^0.0.5"
aiofiles = "^0.8.0"
uvicorn = {extras = ["standart"], version = "^0.16.0"}
httpx = "^0.22.0"
[tool.poetry.dev-dependencies]