diff options
| author | 2024-02-26 15:42:38 +0800 | |
|---|---|---|
| committer | 2024-02-26 15:42:38 +0800 | |
| commit | 7f6bf6928f5dc62b706b2ffe154f811f54d722d8 (patch) | |
| tree | 3a7e048c431403b1918f02ec5985a5191ed43a92 /pyproject.toml | |
| parent | 58fda5c68c3c6d5e2c7a9e7a1118f65f7a919323 (diff) | |
| download | HydroRoll-7f6bf6928f5dc62b706b2ffe154f811f54d722d8.tar.gz HydroRoll-7f6bf6928f5dc62b706b2ffe154f811f54d722d8.zip | |
chore(project): add pip deps and bump version from 0.1.4 to 0.1.5
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", +] |
