Skip to content

Commit c394628

Browse files
committed
upgrade deps
1 parent f15cbaf commit c394628

File tree

2 files changed

+32
-35
lines changed

2 files changed

+32
-35
lines changed

poetry.lock

+31-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.7"
19-
tortoise-orm = { git = "https://github.com/tortoise/tortoise-orm.git", branch = "develop" }
19+
tortoise-orm = "*"
2020
click = "*"
2121
asyncpg = { version = "*", optional = true }
2222
asyncmy = { version = "*", optional = true }

0 commit comments

Comments
 (0)