diff options
| author | 2024-09-08 05:26:55 +0800 | |
|---|---|---|
| committer | 2024-09-08 05:26:55 +0800 | |
| commit | 3367cca105d911d901d5ec46af80e5fd30b7dca3 (patch) | |
| tree | c3e9dd7fec7bc71c36888925a571c3d45da0443b | |
| parent | 9eeed1f0ca45a98f6b06ec9dd07f3f4ba94cccf3 (diff) | |
| download | HydroRoll-3367cca105d911d901d5ec46af80e5fd30b7dca3.tar.gz HydroRoll-3367cca105d911d901d5ec46af80e5fd30b7dca3.zip | |
chore(deps): update pdm.lock and pyproject.toml dependencies
| -rw-r--r-- | pdm.lock | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ groups = ["default", "dev", "docs", "pygments"] strategy = ["cross_platform"] lock_version = "4.4.2" -content_hash = "sha256:ce1780a6546ec8cc24388ad2a62b0134e583d0b60e02a4c3fbf5137f84afd1d4" +content_hash = "sha256:0e33b096b40908e2bb0610cfbff8f8d1924420fc9bc71a67fd00924e91620f11" [[package]] name = "aiohttp" diff --git a/pyproject.toml b/pyproject.toml index 1af98a3..7be3a51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,6 @@ dependencies = [ "requests>=2.31.0", "apscheduler>=3.10.4", "lupa>=2.1", - "windows-curses>=2.3.2", "lark>=1.1.8", "cachetools>=5.3.2", "iamai[onebot11]>=0.0.2", @@ -56,6 +55,7 @@ dev = [ "pip>=24.0", "maturin>=1.6.0", "ruff>=0.4.9", + "windows-curses>=2.3.3", ] docs = [ "docutils>=0.20.1", |
