Task 3, postgres

This commit is contained in:
2022-03-06 10:34:18 +01:00
parent 722ff992d3
commit 9fc2bb40dd
3 changed files with 355 additions and 17 deletions

View File

@@ -9,6 +9,8 @@ python = "^3.10"
requests = "^2.27.1"
redis = "^4.1.4"
python-slugify = "^6.1.1"
SQLAlchemy = "^1.4.31"
psycopg2-binary = "^2.9.3"
[tool.poetry.dev-dependencies]