update tortoise-orm version

This commit is contained in:
long2ice
2021-02-04 20:53:04 +08:00
parent 09661c1d46
commit be41a1332a
2 changed files with 16 additions and 18 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 = "^0.16.21"
click = "*"
pydantic = "*"
aiomysql = { version = "*", optional = true }