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 c9e9641..fc41f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,8 @@ ipm = "ipm.__main__:main" [tool.pdm] package-type = "library" + +[tool.pdm.dev-dependencies] +test = [ + "pytest>=7.4.4", +] |
