diff options
| author | 2023-04-28 02:52:02 +0800 | |
|---|---|---|
| committer | 2023-04-28 02:52:02 +0800 | |
| commit | 4b2e6627daa7eaf7465260ee648dfbe846a37766 (patch) | |
| tree | 5fb365b527ae6d35befc4c02c6a7d9f19e087c92 /pyproject.toml | |
| parent | 910a76afcff16a8a3f8a5527022010e1a58176af (diff) | |
| download | HydroRoll-4b2e6627daa7eaf7465260ee648dfbe846a37766.tar.gz HydroRoll-4b2e6627daa7eaf7465260ee648dfbe846a37766.zip | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7bc4a37..1bc12e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,16 +18,14 @@ classifiers = [ ] [tool.poetry.dependencies] +watchfiles = "^0.18.0" python = "^3.8" -watchfiles = "^0.16.0" iamai = "^3.14" iamai-adapter-cqhttp = "^0.6" iamai-adapter-apscheduler = "^0.6" [tool.poetry.group.dev.dependencies] -watchfiles = "^0.18.0" sophia-doc = "^0.1.0" -iamai-adapter-dingtalk = { path = "./packages/iamai-adapter-dingtalk", develop = true } black = "^23.1.0" isort = "^5.12.0" pre-commit = "^3.1.0" |
