Skip to content

Commit cf01ea2

Browse files
authored
Update pyproject.toml
1 parent 03a49e5 commit cf01ea2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ pyproject-build = "build.__main__:entrypoint"
5757
build = "build.__main__:entrypoint"
5858

5959
[dependency-groups]
60+
extra = [
61+
"uv >= 0.1.18",
62+
"virtualenv >= 20.0.35",
63+
]
6064
docs = [
6165
"furo >= 2023.08.17",
6266
"sphinx ~= 7.0",
@@ -71,21 +75,20 @@ test = [
7175
"pytest-mock >= 2",
7276
"pytest-rerunfailures >= 9.1",
7377
"pytest-xdist >= 1.34",
74-
"virtualenv >= 20.0.35",
7578
"wheel >= 0.36.0",
7679
'setuptools >= 42.0.0; python_version < "3.10"',
7780
'setuptools >= 56.0.0; python_version == "3.10"',
7881
'setuptools >= 56.0.0; python_version == "3.11"',
7982
'setuptools >= 67.8.0; python_version >= "3.12"',
8083
"setuptools_scm >= 6",
84+
{ include-group = "extra" },
8185
]
8286
typing = [
8387
"importlib-metadata >= 5.1",
8488
"mypy ~= 1.9.0",
8589
"tomli",
8690
"typing-extensions >= 3.7.4.3",
87-
"uv >= 0.1.18",
88-
"virtualenv >= 20.0.35",
91+
{ include-group = "extra" },
8992
]
9093
dev = [
9194
{ include-group = "test" },

0 commit comments

Comments
 (0)