diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7b2c1e2..d10bb74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,8 @@ ipm = "ipm.__main__:main" [tool.pdm] package-type = "library" + +[tool.pdm.dev-dependencies] +test = [ + "pytest>=7.4.4", +] |
