From fce1c3d72227fab0e411d3f5935387be970060a3 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 26 Jul 2019 14:03:36 -0700 Subject: [PATCH] requests/urllib3 version conflict from april must be obsolete by now... --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 73462d8..edf955c 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,<1.25', + 'urllib3>=1.14', 'requests>=2.0.1', 'PySocks>=1.6.8', 'cryptography>=2.3', @@ -43,7 +43,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.16', + version='2.4.17', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',