mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
lock to certauth < 1.2 until we port
This commit is contained in:
parent
a3dde3d97f
commit
515dd84aed
4
setup.py
4
setup.py
@ -37,7 +37,7 @@ class PyTest(setuptools.command.test.test):
|
||||
sys.exit(errno)
|
||||
|
||||
deps = [
|
||||
'certauth>=1.1.6',
|
||||
'certauth==1.1.6',
|
||||
'warctools',
|
||||
'kafka-python>=1.0.1',
|
||||
'urlcanon>=0.1.dev16',
|
||||
@ -51,7 +51,7 @@ except:
|
||||
|
||||
setuptools.setup(
|
||||
name='warcprox',
|
||||
version='2.1b1.dev82',
|
||||
version='2.1b1.dev83',
|
||||
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