mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
fix aerich version
This commit is contained in:
parent
363391b575
commit
68502b7756
2
.flake8
2
.flake8
@ -1,3 +1,3 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
exclude = .git,__pycache__,venv
|
exclude = .git,__pycache__,venv,.venv
|
||||||
max-line-length = 120
|
max-line-length = 120
|
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user