aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
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",
]