upgrade deps

This commit is contained in:
long2ice
2021-12-22 16:26:13 +08:00
parent c60c1610f0
commit 15131469df
2 changed files with 46 additions and 47 deletions

View File

@@ -16,7 +16,7 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]
[tool.poetry.dependencies]
python = "^3.7"
tortoise-orm = "^0.17.7"
tortoise-orm = "*"
click = "*"
asyncpg = { version = "*", optional = true }
asyncmy = { version = "*", optional = true }