Skip to content

Commit

Permalink
Using requests 0.12.1 due to python 3 is broken in latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
moliware committed Jul 9, 2012
1 parent 97eefc7 commit a17df4f
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 @@ -14,7 +14,7 @@
TEST_REQUIRED = ['unittest2']


REQUIRED = ['requests']
REQUIRED = ['requests==0.12.1']
if sys.version_info < (2, 7, ):
REQUIRED.append('ordereddict')

Expand Down

0 comments on commit a17df4f

Please sign in to comment.