We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc1dd9 commit 546b05fCopy full SHA for 546b05f
setup.py
@@ -261,9 +261,9 @@
261
'pytest-cov==2.12.1;python_version<"3.6"',
262
'pytest-cov==4.0.0;python_version>="3.6"',
263
],
264
- # pip install -e .[flake]
+ # pip install -e .[flake8]
265
# Usage: flake8
266
- "flake": [
+ "flake8": [
267
'flake8==3.7.9;python_version<"3.6"',
268
'flake8==5.0.4;python_version>="3.6"',
269
'mccabe==0.6.1;python_version<"3.6"',
@@ -285,6 +285,10 @@
285
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
286
'Pillow==9.3.0;python_version>="3.7"',
287
288
+ # pip install -e .[psutil]
289
+ "psutil": [
290
+ "psutil==5.9.3",
291
+ ],
292
# pip install -e .[selenium-wire]
293
"selenium-wire": [
294
'selenium-wire==5.1.0;python_version>="3.7"',
0 commit comments