mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
spec warctools dependency more precisely
This commit is contained in:
parent
371f9e3d43
commit
9c53f1b2d3
6
setup.py
6
setup.py
@ -12,9 +12,9 @@ setuptools.setup(name='warcprox',
|
|||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
license='GPL',
|
license='GPL',
|
||||||
packages=['warcprox'],
|
packages=['warcprox'],
|
||||||
install_requires=['pyopenssl', 'warctools'], # gdbm/dbhash?
|
install_requires=['pyopenssl', 'warctools>=4.8.2'], # gdbm/dbhash?
|
||||||
# >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
dependency_links=['git+https://github.com/nlevitt/warctools.git@tweaks#egg=warctools-4.8.2'],
|
||||||
tests_require=['requests>=2.0.1'],
|
tests_require=['requests>=2.0.1'], # >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
||||||
scripts=['bin/dump-anydbm', 'bin/warcprox'],
|
scripts=['bin/dump-anydbm', 'bin/warcprox'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
test_suite='warcprox.tests')
|
test_suite='warcprox.tests')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user