Skip to content

Commit

Permalink
locking down requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Mar 28, 2013
1 parent 03a2764 commit d39005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
status >>= 8
sys.exit(status)

install_requires = ['requests>=1.1.0']
install_requires = ['requests==1.1.0']
if sys.version_info[0] == 2 and sys.version_info[1] < 7:
install_requires.append('unittest2>=0.5.1')

Expand Down

0 comments on commit d39005b

Please sign in to comment.