Skip to content

Commit 211d4e4

Browse files
authored
narrow requests version bounds (#538)
1 parent 2873e63 commit 211d4e4

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
@@ -35,7 +35,7 @@ def read(fname):
3535
# Declare minimal set for installation
3636
required_packages = ['boto3>=1.9.55', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
3737
'urllib3>=1.21', 'PyYAML>=3.2, <4', 'protobuf3-to-dict>=0.1.5',
38-
'docker-compose>=1.23.0', 'requests>=2.14.2, !=2.18.0, <2.21']
38+
'docker-compose>=1.23.0', 'requests>=2.20.0, <2.21']
3939

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

0 commit comments

Comments
 (0)