From 5a7a4ff7104389a4cea2c5aa18bd6a3be9c0b64c Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 12 Feb 2019 15:00:22 -0800 Subject: [PATCH] pypi release --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index ceb9886..b26cf7a 100755 --- a/setup.py +++ b/setup.py @@ -26,13 +26,13 @@ import setuptools deps = [ 'certauth==1.1.6', 'warctools>=4.10.0,<=4.10.0', - 'urlcanon>=0.1.dev16', - 'doublethink>=0.2.0.dev87', - 'urllib3>=1.23', - 'requests>=2.0.1', - 'PySocks>=1.6.8', - 'cryptography>=2.3', - 'idna>=2.5', + 'urlcanon>=0.1.dev16,<=0.3.dev28', + 'doublethink>=0.2.0.dev87,<=0.2.0.dev94', + 'urllib3>=1.14,<=1.24.1', + 'requests>=2.0.1,<=2.21.0', + 'PySocks>=1.6.8,<=1.6.8', + 'cryptography>=2.3,<=2.5', + 'idna>=2.5,<=2.8', ] try: import concurrent.futures @@ -41,7 +41,7 @@ except: setuptools.setup( name='warcprox', - version='2.4b4.dev195', + version='2.4b6', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',