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
|
South
|
||||||
django-extensions
|
django-extensions
|
||||||
python-social-auth
|
python-social-auth
|
||||||
requests<2.4.0
|
requests
|
||||||
|
3
setup.py
3
setup.py
@ -61,8 +61,7 @@ setup(
|
|||||||
'django-registration',
|
'django-registration',
|
||||||
'django-extensions',
|
'django-extensions',
|
||||||
'python-social-auth',
|
'python-social-auth',
|
||||||
'requests<2.4.0', # for our ddns_client
|
'requests', # 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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user