mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
back to dev version number
This commit is contained in:
parent
16e3302d36
commit
a780f1774c
18
setup.py
18
setup.py
@ -2,7 +2,7 @@
|
|||||||
'''
|
'''
|
||||||
setup.py - setuptools installation configuration for warcprox
|
setup.py - setuptools installation configuration for warcprox
|
||||||
|
|
||||||
Copyright (C) 2013-2018 Internet Archive
|
Copyright (C) 2013-2019 Internet Archive
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
@ -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,<=0.1.dev23',
|
'urlcanon>=0.1.dev16',
|
||||||
'doublethink>=0.2.0.dev87,<=0.2.0.dev88',
|
'doublethink>=0.2.0.dev87',
|
||||||
'urllib3>=1.23,<=1.23',
|
'urllib3>=1.23',
|
||||||
'requests>=2.0.1,<=2.19.1',
|
'requests>=2.0.1',
|
||||||
'PySocks>=1.6.8,<=1.6.8',
|
'PySocks>=1.6.8',
|
||||||
'cryptography>=2.3,<=2.3.1',
|
'cryptography>=2.3',
|
||||||
'idna>=2.5,<2.8',
|
'idna>=2.5',
|
||||||
]
|
]
|
||||||
try:
|
try:
|
||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
@ -41,7 +41,7 @@ except:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='warcprox',
|
name='warcprox',
|
||||||
version='2.4b3',
|
version='2.4b4.dev194',
|
||||||
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