Skip to content

Commit 546b05f

Browse files
committed
Refresh optional Python dependencies
1 parent 7fc1dd9 commit 546b05f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@
261261
'pytest-cov==2.12.1;python_version<"3.6"',
262262
'pytest-cov==4.0.0;python_version>="3.6"',
263263
],
264-
# pip install -e .[flake]
264+
# pip install -e .[flake8]
265265
# Usage: flake8
266-
"flake": [
266+
"flake8": [
267267
'flake8==3.7.9;python_version<"3.6"',
268268
'flake8==5.0.4;python_version>="3.6"',
269269
'mccabe==0.6.1;python_version<"3.6"',
@@ -285,6 +285,10 @@
285285
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
286286
'Pillow==9.3.0;python_version>="3.7"',
287287
],
288+
# pip install -e .[psutil]
289+
"psutil": [
290+
"psutil==5.9.3",
291+
],
288292
# pip install -e .[selenium-wire]
289293
"selenium-wire": [
290294
'selenium-wire==5.1.0;python_version>="3.7"',

0 commit comments

Comments
 (0)