mirror of https://github.com/docker/docker-py.git
Merge pull request #1242 from YorikSar/master
Support requests versions from 2.11.1 onwards
This commit is contained in:
commit
9a10447b40
|
|
@ -1,6 +1,6 @@
|
|||
requests==2.5.3
|
||||
requests==2.11.1
|
||||
six>=1.4.0
|
||||
websocket-client==0.32.0
|
||||
backports.ssl_match_hostname>=3.5 ; python_version < '3.5'
|
||||
ipaddress==1.0.16 ; python_version < '3.3'
|
||||
docker-pycreds==0.2.1
|
||||
docker-pycreds==0.2.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue