Skip to content

Commit

Permalink
Fix package dependency issues (#431)
Browse files Browse the repository at this point in the history
Installing flake8 installs dependency importlib-metadata; python_version 
< "3.8"
The latest importlib-metadata is version 2.0.0 but:
virtualenv 20.0.31 has requirement importlib-metadata<2,>=0.12; 
python_version < "3.8".
tox 3.17.1 has requirement importlib-metadata<2,>=0.12; python_version < 
"3.8".
  • Loading branch information
rly committed Oct 2, 2020
1 parent f11185f commit 1e790ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ coverage==5.2
flake8==3.8.3
flake8-debugger==3.1.0
flake8-print==3.1.4
importlib-metadata<2
python-dateutil==2.8.1
tox==3.17.1

0 comments on commit 1e790ea

Please sign in to comment.