mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
warctools mainline has the good stuff now
This commit is contained in:
parent
c220084704
commit
81974bb014
2
setup.py
2
setup.py
@ -13,7 +13,7 @@ setuptools.setup(name='warcprox',
|
|||||||
license='GPL',
|
license='GPL',
|
||||||
packages=['warcprox'],
|
packages=['warcprox'],
|
||||||
install_requires=['pyopenssl', 'warctools>=4.8.3'], # gdbm not in pip :(
|
install_requires=['pyopenssl', 'warctools>=4.8.3'], # gdbm not in pip :(
|
||||||
dependency_links=['git+https://github.com/nlevitt/warctools.git@python3#egg=warctools-4.8.3'],
|
dependency_links=['git+https://github.com/internetarchive/warctools.git'],
|
||||||
tests_require=['requests>=2.0.1'], # >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
tests_require=['requests>=2.0.1'], # >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
||||||
test_suite='warcprox.tests',
|
test_suite='warcprox.tests',
|
||||||
scripts=['bin/dump-anydbm', 'bin/warcprox'],
|
scripts=['bin/dump-anydbm', 'bin/warcprox'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user