aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-elasticsearch5/files/patch-setup.py
blob: 4a3ad76c898acd4528332c20e5b238e847fa469d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                             
# fixing max urllib3, updating authors
# https://github.com/elastic/elasticsearch-py/commit/4352e56174b77560d2f86801cb1ad32440bb2d32

--- setup.py.orig	2019-01-21 08:52:05 UTC
+++ setup.py
@@ -12,7 +12,7 @@ long_description = f.read().strip()
 f.close()
 
 install_requires = [
-    'urllib3<1.23,>=1.21.1',
+    'urllib3>=1.21.1',
 ]
 tests_require = [
     'requests>=2.0.0, <3.0.0',