From 68502b7756efd103ca9250e81dca86e71e97be17 Mon Sep 17 00:00:00 2001 From: mihalin Date: Tue, 18 Jan 2022 23:42:42 +0300 Subject: [PATCH] fix aerich version --- .flake8 | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]