mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
bump version, trough dep version
This commit is contained in:
parent
ee6bc151e1
commit
a8cd53bfe4
4
setup.py
4
setup.py
@ -35,7 +35,7 @@ deps = [
|
|||||||
'idna>=2.5',
|
'idna>=2.5',
|
||||||
'PyYAML>=5.1',
|
'PyYAML>=5.1',
|
||||||
'cachetools',
|
'cachetools',
|
||||||
'trough>=0.1.2',
|
'trough>=0.1.4',
|
||||||
]
|
]
|
||||||
try:
|
try:
|
||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
@ -44,7 +44,7 @@ except:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='warcprox',
|
name='warcprox',
|
||||||
version='2.4.24',
|
version='2.4.25',
|
||||||
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