Add genres, recreate migrations

This commit is contained in:
2021-11-18 19:12:16 +03:00
parent 1b811f4c11
commit 2a648ba393
7 changed files with 153 additions and 142 deletions

View File

@@ -14,6 +14,7 @@ alembic = "^1.7.4"
asyncpg = "^0.24.0"
psycopg2 = "^2.9.1"
fastapi-pagination = {extras = ["ormar"], version = "^0.9.0"}
aiologger = "^0.6.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"