requests 2.4.1 is released fixing the bug we worked around by requiring <2.4.0

This commit is contained in:
Thomas Waldmann 2014-09-26 02:39:39 +02:00
parent dd95d84404
commit f47af7998f
2 changed files with 2 additions and 3 deletions

View File

@ -7,4 +7,4 @@ django-registration
South
django-extensions
python-social-auth
requests<2.4.0
requests

View File

@ -61,8 +61,7 @@ setup(
'django-registration',
'django-extensions',
'python-social-auth',
'requests<2.4.0', # for our ddns_client
# 2.4.0 has a bug, does not reraise ProtocolError as ConnectionError
'requests', # for our ddns_client
],
classifiers=[
'Development Status :: 5 - Production/Stable',