Skip to content

Commit

Permalink
Fix builds for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Feb 9, 2020
1 parent 1834804 commit a55f9a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
colorama==0.4.1; python_version <= "3.4"
colorama==0.4.1; python_version >= "2.7" and python_version < "3.5"
coverage==4.5.4; python_version < "3.5"
importlib-metadata==0.23; python_version >= "2.7" and python_version < "3.5"
more-itertools==7.2.0; python_version >= "3.4" and python_version < "3.5"
pycodestyle==2.4.0; python_version < "2.7"
pycodestyle==2.5.0; python_version >= "2.7"
pytest==3.2.5; python_version < "2.7"
Expand All @@ -9,3 +12,4 @@ pytest-cov==2.8.1; python_version >= "2.7"
pytest-mock==1.6.3; python_version < "2.7"
pytest-mock==1.11.2; python_version >= "2.7"
setuptools==36.8.0; python_version < "2.7"
zipp==1.1.0; python_version < "3.6"

0 comments on commit a55f9a7

Please sign in to comment.