We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fc06b1 + b00e321 commit 9a10447Copy full SHA for 9a10447
requirements.txt
@@ -1,6 +1,6 @@
1
-requests==2.5.3
+requests==2.11.1
2
six>=1.4.0
3
websocket-client==0.32.0
4
backports.ssl_match_hostname>=3.5 ; python_version < '3.5'
5
ipaddress==1.0.16 ; python_version < '3.3'
6
-docker-pycreds==0.2.1
+docker-pycreds==0.2.1
setup.py
@@ -9,7 +9,7 @@
9
SOURCE_DIR = os.path.join(ROOT_DIR)
10
11
requirements = [
12
- 'requests >= 2.5.2, < 2.11',
+ 'requests >= 2.5.2, != 2.11.0',
13
'six >= 1.4.0',
14
'websocket-client >= 0.32.0',
15
'docker-pycreds >= 0.2.1'
0 commit comments