From de01d498cbf0b48bc45070f85f4558948c418ca9 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 24 Apr 2019 12:11:20 -0700 Subject: [PATCH] requests/urllib3 version conflict --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e762b13..bbdd9bd 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ deps = [ 'warctools>=4.10.0', 'urlcanon>=0.3.0', 'doublethink>=0.2.0.dev87', - 'urllib3>=1.14', + 'urllib3>=1.14,<1.25', 'requests>=2.0.1', 'PySocks>=1.6.8', 'cryptography>=2.3', @@ -42,7 +42,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.6', + version='2.4.7', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',