requests 2.4.1 is released fixing the bug we worked around by requiring <2.4.0
This commit is contained in:
parent
dd95d84404
commit
f47af7998f
@ -7,4 +7,4 @@ django-registration
|
||||
South
|
||||
django-extensions
|
||||
python-social-auth
|
||||
requests<2.4.0
|
||||
requests
|
||||
|
3
setup.py
3
setup.py
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user