Skip to content

Commit

Permalink
using pip 8.1.1, to support old package repos
Browse files Browse the repository at this point in the history
This is to support pacakage repositories who have not implemented
canonical package redirection for /simple as specified in PEP 503
  • Loading branch information
toumorokoshi committed Jun 18, 2016
1 parent e7abc13 commit 845ba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

install_requires = [
"docopt==0.6.2",
"pip==8.1.2",
"pip==8.1.1",
"requests==2.9.1",
"setuptools==21.2.1",
"virtualenv==15.0.2"
Expand Down

0 comments on commit 845ba9a

Please sign in to comment.