diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 47bd9fa..e0a3ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,4 +44,8 @@ repository = "https://github.com/HydroRoll-Team/HydroRoll" documentation = "https://docs.hydroroll.team/" [tool.maturin] -features = ["pyo3/extension-module"]
\ No newline at end of file +features = ["pyo3/extension-module"] +[tool.pdm.dev-dependencies] +dev = [ + "pip>=24.0", +] |
