Skip to content

Commit a7bf44c

Browse files
committed
Update pyproject.toml
1 parent 06e65a3 commit a7bf44c

File tree

1 file changed

+7
-26
lines changed

1 file changed

+7
-26
lines changed

pyproject.toml

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,15 @@ dependencies = [
2020
]
2121

2222
[project.optional-dependencies]
23-
pytest = [
24-
"pytest>=8.3.5",
25-
"pytest-mock>=3.14.0",
26-
]
23+
pytest = ["pytest>=8.3.5", "pytest-mock>=3.14.0"]
2724

28-
git = [
29-
"dulwich>=0.22.8",
30-
]
25+
git = ["dulwich>=0.22.8"]
3126

32-
pdm = [
33-
"pdm>=2.23.1",
34-
]
27+
pdm = ["pdm>=2.23.1"]
3528

36-
cmake = [
37-
"cmake>=4.0.0",
38-
]
29+
cmake = ["cmake>=4.0.0"]
3930

40-
conan = [
41-
"conan>=2.15.0",
42-
"jinja2>=3.1.6",
43-
]
31+
conan = ["conan>=2.15.0", "jinja2>=3.1.6"]
4432

4533
[project.urls]
4634
homepage = "https://github.com/Synodic-Software/CPPython"
@@ -63,15 +51,8 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
6351
cppython = "cppython.test.pytest.fixtures"
6452

6553
[dependency-groups]
66-
lint = [
67-
"ruff>=0.11.5",
68-
"mypy>=1.15.0",
69-
]
70-
test = [
71-
"pytest>=8.3.5",
72-
"pytest-cov>=6.1.1",
73-
"pytest-mock>=3.14.0",
74-
]
54+
lint = ["ruff>=0.11.5", "mypy>=1.15.0"]
55+
test = ["pytest>=8.3.5", "pytest-cov>=6.1.1", "pytest-mock>=3.14.0"]
7556

7657
[project.scripts]
7758
cppython = "cppython.console.entry:app"

0 commit comments

Comments
 (0)