diff options
| author | 2024-06-20 12:01:28 +0800 | |
|---|---|---|
| committer | 2024-06-20 12:01:28 +0800 | |
| commit | 2e5b7e8ab75e0d80066d1ef5619d10fe827fd5a8 (patch) | |
| tree | c9981332989f176be3d11f71c95280b285e18134 /pyproject.toml | |
| parent | b3b57d437163d781458329deee9a20d592581695 (diff) | |
| download | HydroRollCore-2e5b7e8ab75e0d80066d1ef5619d10fe827fd5a8.tar.gz HydroRollCore-2e5b7e8ab75e0d80066d1ef5619d10fe827fd5a8.zip | |
chore(deps): remove pip deps from dev group
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/pyproject.toml b/pyproject.toml index e2ee6d5..1bc6d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,25 +19,6 @@ homepage = "https://core.hydroroll.team/" repository = "https://github.com/HydroRoll-Team/HydroRollCore" documentation = "https://core.hydroroll.team/" -[tool.pdm.dev-dependencies] -docs = [ - "furo>=2024.1.29", - "sphinx-autobuild>=2024.4.16", - "myst-parser>=2.0.0", - "sphinx>=7.3.7", - "tomli>=2.0.1", - "sphinx-design>=0.5.0", - "sphinx-intl>=2.1.0", -] -lint = [ - "ruff>=0.3.0", -] -dev = [ - "pip>=24.0", - "nox>=2024.4.15", - "maturin>=1.5.1", -] - [project.scripts] hrc = "hydro_roll_core.cli:Cli" hydrorollcore = "hydro_roll_core.cli:Cli" @@ -107,3 +88,22 @@ line-ending = "auto" [tool.maturin] module-name = "hydro_roll_core.libcore" + +[tool.pdm.dev-dependencies] +docs = [ + "furo>=2024.1.29", + "sphinx-autobuild>=2024.4.16", + "myst-parser>=2.0.0", + "sphinx>=7.3.7", + "tomli>=2.0.1", + "sphinx-design>=0.5.0", + "sphinx-intl>=2.1.0", +] +lint = [ + "ruff>=0.3.0", +] +dev = [ + "nox>=2024.4.15", + "maturin>=1.5.1", +] + |
