Skip to content

Commit

Permalink
Ban isort==4.3.0 (#417)
Browse files Browse the repository at this point in the history
See PyCQA/isort#652 for more information. tl;dr is `pip install isort==4.3.0` fails, which is what `pip install -Ur requirements.txt` will attempt to do.

Ban this specific version as it causes issues.
  • Loading branch information
zachriggle authored and disconnect3d committed Feb 2, 2018
1 parent 8f4dc8f commit c02f04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
future
isort
isort!=4.3.0
pip
psutil>=3.1.0
pycparser
Expand Down

0 comments on commit c02f04e

Please sign in to comment.