File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ pyproject-build = "build.__main__:entrypoint"
57
57
build = " build.__main__:entrypoint"
58
58
59
59
[dependency-groups ]
60
+ extra = [
61
+ " uv >= 0.1.18" ,
62
+ " virtualenv >= 20.0.35" ,
63
+ ]
60
64
docs = [
61
65
" furo >= 2023.08.17" ,
62
66
" sphinx ~= 7.0" ,
@@ -71,21 +75,20 @@ test = [
71
75
" pytest-mock >= 2" ,
72
76
" pytest-rerunfailures >= 9.1" ,
73
77
" pytest-xdist >= 1.34" ,
74
- " virtualenv >= 20.0.35" ,
75
78
" wheel >= 0.36.0" ,
76
79
' setuptools >= 42.0.0; python_version < "3.10"' ,
77
80
' setuptools >= 56.0.0; python_version == "3.10"' ,
78
81
' setuptools >= 56.0.0; python_version == "3.11"' ,
79
82
' setuptools >= 67.8.0; python_version >= "3.12"' ,
80
83
" setuptools_scm >= 6" ,
84
+ { include-group = " extra" },
81
85
]
82
86
typing = [
83
87
" importlib-metadata >= 5.1" ,
84
88
" mypy ~= 1.9.0" ,
85
89
" tomli" ,
86
90
" typing-extensions >= 3.7.4.3" ,
87
- " uv >= 0.1.18" ,
88
- " virtualenv >= 20.0.35" ,
91
+ { include-group = " extra" },
89
92
]
90
93
dev = [
91
94
{ include-group = " test" },
You can’t perform that action at this time.
0 commit comments