Skip to content

Commit 883d975

Browse files
committed
Fix annoying pip dep resolution issue
with flake8>=3.5.0 and autopep8>=1.3.5, pycodestyle should resolve to 2.3.1. Instead, it resolves to 2.4.0 when you use `pip install -r requirements_dev.txt`. But, when you use `pip install 'flake8>=3.5.0' 'autopep8>=1.3.5'`, the correct resolution of 2.3.1 occurs. No idea what is going on.
1 parent 254ef0e commit 883d975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ autoflake
22
autopep8>=1.3.5
33
flake8>=3.5.0
44
isort
5+
pycodestyle<2.4.0
56

67
-r requirements_test.txt

0 commit comments

Comments
 (0)