mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
requests/urllib3 version conflict from april must
be obsolete by now...
This commit is contained in:
parent
932001c921
commit
fce1c3d722
4
setup.py
4
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user