requests 2.4.0 has a bug, for now require requests<2.4.0

This commit is contained in:
Thomas Waldmann 2014-08-30 21:30:31 +02:00
parent cf2c46e612
commit d8b1e93730
2 changed files with 3 additions and 2 deletions

View File

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

View File

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