mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
call this 1.5.0.dev1 for now
This commit is contained in:
parent
1e0a3f0135
commit
ee3ee5d621
5
setup.py
5
setup.py
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# vim: set sw=4 et:
|
|
||||||
|
|
||||||
from setuptools.command.test import test as TestCommand
|
from setuptools.command.test import test as TestCommand
|
||||||
import sys
|
import sys
|
||||||
@ -21,7 +20,7 @@ deps = [
|
|||||||
'certauth>=1.1.0',
|
'certauth>=1.1.0',
|
||||||
'warctools',
|
'warctools',
|
||||||
'kafka-python',
|
'kafka-python',
|
||||||
'surt==0.3b2',
|
'surt>=0.3b4',
|
||||||
'rethinkstuff',
|
'rethinkstuff',
|
||||||
'PySocks',
|
'PySocks',
|
||||||
]
|
]
|
||||||
@ -31,7 +30,7 @@ except:
|
|||||||
deps.append('futures')
|
deps.append('futures')
|
||||||
|
|
||||||
setuptools.setup(name='warcprox',
|
setuptools.setup(name='warcprox',
|
||||||
version='1.5.0',
|
version='1.5.0.dev1',
|
||||||
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