fix aerich version

This commit is contained in:
mihalin 2022-01-18 23:42:42 +03:00
parent 363391b575
commit 68502b7756
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[flake8] [flake8]
exclude = .git,__pycache__,venv exclude = .git,__pycache__,venv,.venv
max-line-length = 120 max-line-length = 120

View File

@ -13,7 +13,7 @@ aiocache = "^0.11.1"
aiohttp = "^3.8.1" aiohttp = "^3.8.1"
pycrypto = "^2.6.1" pycrypto = "^2.6.1"
aioredis = "1.3" aioredis = "1.3"
aerich = "0.5.4" aerich = "0.5.x"
tortoise-orm = {extras = ["asyncpg"], version = "^0.18.1"} tortoise-orm = {extras = ["asyncpg"], version = "^0.18.1"}
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]