Skip to content

Commit f28cb2f

Browse files
committed
Freeze urllib3 version to avoid conflicts
1 parent 5620eb8 commit f28cb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read_version():
3030
# Declare minimal set for installation
3131
required_packages = ['boto3>=1.9.64', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
3232
'urllib3>=1.21', 'protobuf3-to-dict>=0.1.5', 'docker-compose>=1.23.0',
33-
'requests>=2.20.0, <2.21']
33+
'requests>=2.20.0, <2.21', 'urllib3<1.25']
3434

3535
# enum is introduced in Python 3.4. Installing enum back port
3636
if sys.version_info < (3, 4):

0 commit comments

Comments
 (0)