mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
oops, fix dependency_links warctools github url
This commit is contained in:
parent
9041fe00e6
commit
e880deddb6
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/internetarchive/warctools.git'],
|
dependency_links=['git+https://github.com/internetarchive/warctools.git#egg=warctools-4.8.3'],
|
||||||
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