oops, fix dependency_links warctools github url

This commit is contained in:
Noah Levitt 2013-12-13 06:02:14 +00:00
parent 9041fe00e6
commit e880deddb6

View File

@ -13,7 +13,7 @@ setuptools.setup(name='warcprox',
license='GPL',
packages=['warcprox'],
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
test_suite='warcprox.tests',
scripts=['bin/dump-anydbm', 'bin/warcprox'],