Task 4, API

This commit is contained in:
2022-03-06 14:21:11 +01:00
parent 9fc2bb40dd
commit 7035b2fc85
5 changed files with 307 additions and 25 deletions

View File

@@ -11,6 +11,8 @@ redis = "^4.1.4"
python-slugify = "^6.1.1"
SQLAlchemy = "^1.4.31"
psycopg2-binary = "^2.9.3"
fastapi = "^0.75.0"
uvicorn = "^0.17.5"
[tool.poetry.dev-dependencies]