diff options
| author | 2023-04-19 01:05:23 +0800 | |
|---|---|---|
| committer | 2023-04-19 01:05:23 +0800 | |
| commit | 9965f2fa36873e27d371f9667f0fdb3f4364e461 (patch) | |
| tree | c80b519b70a58e546352efebcb980bb975afe7be /pyproject.toml | |
| parent | f24943a0601560c4e6ccc94034622a27c2aa0ae6 (diff) | |
| download | HydroRoll-9965f2fa36873e27d371f9667f0fdb3f4364e461.tar.gz HydroRoll-9965f2fa36873e27d371f9667f0fdb3f4364e461.zip | |
fix dependience
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7c4d945..70973a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,14 +10,14 @@ repository = "https://github.com/retrofor/ChienDice" [tool.poetry.dependencies] python = "^3.8" watchfiles = "^0.16.0" -iamai = "^0.6.0" -iamai-adapter-cqhttp = "^0.6.0" +iamai = "^3.14" [tool.poetry.dev-dependencies] black = "^22.6.0" isort = "^5.10.0" pre-commit = "^2.20.0" pre-commit-hooks = "^4.2.0" +iamai-adapter-cqhttp = "^0.6" [tool.pydantic-pycharm-plugin] ignore-init-method-arguments = true |
