File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,33 +88,10 @@ dependencies = [
8888dynamic = [" version" ]
8989
9090[project .optional-dependencies ]
91- docs = [
92- " sphinxcontrib-websupport" ,
93- ]
94- lint = [
95- " ruff==0.11.0" ,
96- " mypy==1.15.0" ,
97- " sphinx-lint>=0.9" ,
98- " types-colorama==0.4.15.20240311" ,
99- " types-defusedxml==0.7.0.20240218" ,
100- " types-docutils==0.21.0.20241128" ,
101- " types-Pillow==10.2.0.20240822" ,
102- " types-Pygments==2.19.0.20250305" ,
103- " types-requests==2.32.0.20250306" , # align with requests
104- " types-urllib3==1.26.25.14" ,
105- " pyright==1.1.397" ,
106- " pytest>=8.0" ,
107- " pypi-attestations==0.0.22" ,
108- " betterproto==2.0.0b6" ,
109- ]
110- test = [
111- " pytest>=8.0" ,
112- " pytest-xdist[psutil]>=3.4" ,
113- " defusedxml>=0.7.1" , # for secure XML/HTML parsing
114- " cython>=3.0" ,
115- " setuptools>=70.0" , # for Cython compilation
116- " typing_extensions>=4.9" , # for typing_extensions.Unpack
117- ]
91+ # retained to not break installing 'sphinx[…]'
92+ docs = []
93+ lint = []
94+ test = []
11895
11996[[project .authors ]]
12097name = " Adam Turner"
You can’t perform that action at this time.
0 commit comments