Changing dependencies to urllib3 1.8

The main reason is that it provides fix for the Nagle algorithm
This commit is contained in:
Honza Král
2014-03-06 16:13:42 +01:00
parent 3c74fd07cd
commit 866e6c5035
+1 -1
View File
@@ -13,7 +13,7 @@ long_description = f.read().strip()
f.close()
install_requires = [
'urllib3>=1.5, <2.0',
'urllib3>=1.8, <2.0',
]
tests_require = [
'requests>=1.0.0, <3.0.0',