mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
pypi release
This commit is contained in:
parent
2824ee6a5b
commit
5a7a4ff710
16
setup.py
16
setup.py
@ -26,13 +26,13 @@ import setuptools
|
|||||||
deps = [
|
deps = [
|
||||||
'certauth==1.1.6',
|
'certauth==1.1.6',
|
||||||
'warctools>=4.10.0,<=4.10.0',
|
'warctools>=4.10.0,<=4.10.0',
|
||||||
'urlcanon>=0.1.dev16',
|
'urlcanon>=0.1.dev16,<=0.3.dev28',
|
||||||
'doublethink>=0.2.0.dev87',
|
'doublethink>=0.2.0.dev87,<=0.2.0.dev94',
|
||||||
'urllib3>=1.23',
|
'urllib3>=1.14,<=1.24.1',
|
||||||
'requests>=2.0.1',
|
'requests>=2.0.1,<=2.21.0',
|
||||||
'PySocks>=1.6.8',
|
'PySocks>=1.6.8,<=1.6.8',
|
||||||
'cryptography>=2.3',
|
'cryptography>=2.3,<=2.5',
|
||||||
'idna>=2.5',
|
'idna>=2.5,<=2.8',
|
||||||
]
|
]
|
||||||
try:
|
try:
|
||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
@ -41,7 +41,7 @@ except:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='warcprox',
|
name='warcprox',
|
||||||
version='2.4b4.dev195',
|
version='2.4b6',
|
||||||
description='WARC writing MITM HTTP/S proxy',
|
description='WARC writing MITM HTTP/S proxy',
|
||||||
url='https://github.com/internetarchive/warcprox',
|
url='https://github.com/internetarchive/warcprox',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user