aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-26 19:59:26 +0800
committer苏向夜 <fu050409@163.com>2024-01-26 19:59:26 +0800
commitcd7c33820376f2f4a11f1e57a766384efcc96e99 (patch)
tree7756599800ff8bf81e176c09cdd0adc4237ebfb1 /pyproject.toml
parenta0bb22133d5e5f2c712ea6d108f3e06b1e63db7e (diff)
downloadinfini-cd7c33820376f2f4a11f1e57a766384efcc96e99.tar.gz
infini-cd7c33820376f2f4a11f1e57a766384efcc96e99.zip
:arrow_up: chore(deps): add new ipdm as dev dependency
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f3355066..955c4ba9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,6 +22,7 @@ build-backend = "pdm.backend"
distribution = true
[tool.pdm.dev-dependencies]
-test = [
+dev = [
"pytest>=7.4.4",
+ "ipdm>=0.1.2",
]