diff --git a/.flake8 b/.flake8 index 40b71b7..9801e58 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] -exclude = .git,__pycache__,venv +exclude = .git,__pycache__,venv,.venv max-line-length = 120 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 826a805..42ba6ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]