mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-15 16:16:17 +00:00
fix aerich version
This commit is contained in:
2
.flake8
2
.flake8
@@ -1,3 +1,3 @@
|
||||
[flake8]
|
||||
exclude = .git,__pycache__,venv
|
||||
exclude = .git,__pycache__,venv,.venv
|
||||
max-line-length = 120
|
||||
@@ -13,7 +13,7 @@ aiocache = "^0.11.1"
|
||||
aiohttp = "^3.8.1"
|
||||
pycrypto = "^2.6.1"
|
||||
aioredis = "1.3"
|
||||
aerich = "0.5.4"
|
||||
aerich = "0.5.x"
|
||||
tortoise-orm = {extras = ["asyncpg"], version = "^0.18.1"}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user