Skip to content

Commit 54cfa0f

Browse files
author
Phrase
committed
1 parent 462d07a commit 54cfa0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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, < 2.6
6+
urllib3 >= 1.15.1, < 3, != 2.6.0

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,<2.6", "six >= 1.10", "certifi", "python-dateutil"]
23+
REQUIRES = ["urllib3 >= 1.15.1, < 3, != 2.6.0", "six >= 1.10", "certifi", "python-dateutil"]
2424

2525
setup(
2626
name=NAME,

0 commit comments

Comments
 (0)