upgrade deps

This commit is contained in:
long2ice
2022-01-17 22:26:13 +08:00
parent f15cbaf9e0
commit c39462820c
2 changed files with 32 additions and 35 deletions

View File

@@ -16,7 +16,7 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]
[tool.poetry.dependencies]
python = "^3.7"
tortoise-orm = { git = "https://github.com/tortoise/tortoise-orm.git", branch = "develop" }
tortoise-orm = "*"
click = "*"
asyncpg = { version = "*", optional = true }
asyncmy = { version = "*", optional = true }