bump max compatible version of urllib3 to <1.23

This commit is contained in:
Glen Smith
2017-10-05 16:03:46 -06:00
parent a03504cbb2
commit 798788e741
+1 -1
View File
@@ -12,7 +12,7 @@ long_description = f.read().strip()
f.close()
install_requires = [
'urllib3<1.22,>=1.21.1',
'urllib3<1.23,>=1.21.1',
]
tests_require = [
'requests>=2.0.0, <3.0.0',