Updating requirements to allow Twython to work with versions of Requests higher than the minimum.

This commit is contained in:
Ben McGinnes 2014-08-05 22:35:08 +10:00
parent e549c74f66
commit da7940ec5b

View file

@ -1,6 +1,6 @@
coverage==3.6.0
requests==2.1.0
requests_oauthlib==0.4.0
requests>=2.1.0
requests_oauthlib>=0.4.0
python-coveralls==2.1.0
nose-cov==1.6
responses==0.2.0