Skip to content

Commit bdbe9c4

Browse files
author
Phrase
committed
Deploying from phrase/openapi@04177c5d
1 parent e99209f commit bdbe9c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ future; python_version<="2.7"
33
six >= 1.10
44
python_dateutil >= 2.5.3
55
setuptools >= 21.0.0
6-
urllib3 >= 1.15.1
6+
urllib3 >= 1.15.1, < 2.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# prerequisite: setuptools
2121
# http://pypi.python.org/pypi/setuptools
2222

23-
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
23+
REQUIRES = ["urllib3>=1.15,<2.6", "six >= 1.10", "certifi", "python-dateutil"]
2424

2525
setup(
2626
name=NAME,

0 commit comments

Comments
 (0)