27 lines
699 B
Diff
27 lines
699 B
Diff
From 46c751c2b8423038863cd619b8301a9f6df8570d Mon Sep 17 00:00:00 2001
|
|
From: Jeremy Cline <jeremy@jcline.org>
|
|
Date: Thu, 19 Jan 2017 10:41:21 -0500
|
|
Subject: [PATCH] Update setup.py for urllib3 at 1.20
|
|
|
|
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index b162348..daf4a23 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -46,7 +46,7 @@ packages = [
|
|
'requests.packages.urllib3.packages.backports',
|
|
]
|
|
|
|
-requires = []
|
|
+requires = ['urllib3==1.20']
|
|
test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock']
|
|
|
|
with open('requests/__init__.py', 'r') as fd:
|
|
--
|
|
2.9.3
|
|
|