Skip to content

Commit

Permalink
Fix builds for Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Feb 9, 2020
1 parent 81179ca commit ed50459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +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"
zipp==1.1.0; python_version >= "2.7" and python_version < "3.6"

0 comments on commit ed50459

Please sign in to comment.