File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ python_requires = >=3.7
64
64
65
65
install_requires =
66
66
attrs >= 18.1,!=20.1.0; python_version<'3.11'
67
- attrs >= 22.1; python_version>='3.11'
67
+ attrs >= 22.1.0 ; python_version>='3.11'
68
68
Beautifulsoup4 >= 4.0.0
69
69
boolean.py >= 4.0
70
70
chardet >= 3.0.0
71
71
click >= 6.7, !=7.0
72
72
colorama >= 0.3.9
73
- commoncode >= 31.0.0
73
+ commoncode >= 31.0.2
74
74
container-inspector >= 31.0.0
75
75
debian-inspector >= 31.0.0
76
76
dparse2 >= 0.7.0
@@ -97,7 +97,7 @@ install_requires =
97
97
pkginfo2 >= 30.0.0
98
98
pip-requirements-parser >= 32.0.1
99
99
pluggy >= 1.0.0
100
- plugincode >= 31 .0.0
100
+ plugincode >= 32 .0.0
101
101
publicsuffix2
102
102
pyahocorasick >= 2.0.0
103
103
pygmars >= 0.7.0
@@ -129,15 +129,17 @@ testing =
129
129
pytest >= 6, != 7.0.0
130
130
pytest-xdist >= 2
131
131
aboutcode-toolkit >= 7.0.2
132
+ pycodestyle >= 2.8.0
132
133
twine
133
134
black
134
135
isort
135
136
vendorize >= 0.3.0
136
137
pytest-rerunfailures
137
138
138
139
docs =
139
- Sphinx >= 3.3.1
140
- sphinx-rtd-theme >= 0.5.0
140
+ Sphinx == 6.2.1
141
+ sphinx_rtd_theme >= 0.5.1
142
+ sphinx-reredirects >= 0.1.2
141
143
doc8 >= 0.8.1
142
144
143
145
# linux-only package handling
You can’t perform that action at this time.
0 commit comments