refactor: use asyncclick

This commit is contained in:
long2ice
2024-08-06 22:41:39 +08:00
parent ad0e7006bc
commit 4851ecfe82
4 changed files with 67 additions and 34 deletions

View File

@@ -17,13 +17,13 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]
[tool.poetry.dependencies]
python = "^3.8"
tortoise-orm = "*"
click = "*"
asyncpg = { version = "*", optional = true }
asyncmy = { version = "^0.2.9", optional = true, allow-prereleases = true }
pydantic = "^2.0"
dictdiffer = "*"
tomlkit = "*"
asyncclick = "^8.1.7.2"
[tool.poetry.group.dev.dependencies]
ruff = "*"
isort = "*"