aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2024-09-08 05:26:55 +0800
committerHsiangNianian <i@jyunko.cn>2024-09-08 05:26:55 +0800
commit3367cca105d911d901d5ec46af80e5fd30b7dca3 (patch)
treec3e9dd7fec7bc71c36888925a571c3d45da0443b /pyproject.toml
parent9eeed1f0ca45a98f6b06ec9dd07f3f4ba94cccf3 (diff)
downloadHydroRoll-3367cca105d911d901d5ec46af80e5fd30b7dca3.tar.gz
HydroRoll-3367cca105d911d901d5ec46af80e5fd30b7dca3.zip
chore(deps): update pdm.lock and pyproject.toml dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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",