Skip to content

Commit

Permalink
requirements.txt: Set pylint/astroid/isort versions to match Ubuntu 1…
Browse files Browse the repository at this point in the history
…8.04

To fix "AttributeError: module 'isort' has no attribute 'SortImports'".
  • Loading branch information
drothlis committed Sep 7, 2020
1 parent 9b01331 commit 157bf61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Expand Up @@ -5,8 +5,9 @@ requests

# Dependencies of the tests
requests-mock
pylint==1.9.3
astroid==1.6.5
pylint==1.8.3
astroid==1.6.0
flask==1.1.1
isort==4.3.4
subprocess32==3.5.4 ; python_version=='2.7'
werkzeug==0.15.5

0 comments on commit 157bf61

Please sign in to comment.