summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2016-10-03 18:34:49 +0300
committerYuriy Taraday <yorik.sar@gmail.com>2016-10-03 18:46:28 +0300
commitb00e321b589c1c9ade22a670c3517cc68f892cfc (patch)
treef478cb8e77a723521ea622def048c2719faea05e /requirements.txt
parent2b34e0b8e44597b36d888b3f3272641f602cb6da (diff)
downloaddocker-py-b00e321b589c1c9ade22a670c3517cc68f892cfc.tar.gz
Support requests versions from 2.11.1 onwards
Bug #1155 has been fixed starting with requests 2.11.1 and excluding it from dependencies causes failures when using latest versions of both libs together in our project. Signed-off-by: Yuriy Taraday <yorik.sar@gmail.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 1e52846..3754131 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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 \ No newline at end of file
+docker-pycreds==0.2.1