Skip to content

Commit

Permalink
change requests version so that pip works
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrianzeng committed Apr 24, 2015
1 parent 5bf2f79 commit 556237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pyasn1==0.1.7
pyasn1-modules==0.0.5
pyflakes==0.8.1
python-consul==0.3.10
requests==2.5.3
requests==2.3.0
rsa==3.1.4
six==1.9.0
urllib3==1.7.1
Expand Down

1 comment on commit 556237e

@thebrianzeng
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip wasn't working in vagrant, presumably because the trusty ubuntu box gets pip 1.5.4, which needs an earlier version of requests? we'll have to figure out a solution as to how to use a higher version of requests since i know @swbae31 needs requests 2.6.0

Please sign in to comment.