update py version 3.7

This commit is contained in:
long2ice
2020-07-13 20:32:14 +08:00
parent 55f18a69ed
commit 87a17d443c
2 changed files with 111 additions and 41 deletions

View File

@@ -15,7 +15,7 @@ packages = [
include = ["CHANGELOG.rst", "LICENSE", "README.md"]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
tortoise-orm = "*"
asyncclick = "*"
pydantic = "*"