mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
gdbm not in pip, can't be listed as a requirement
This commit is contained in:
parent
0d617a927c
commit
313bc62bf1
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ setuptools.setup(name='warcprox',
|
|||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
license='GPL',
|
license='GPL',
|
||||||
packages=['warcprox'],
|
packages=['warcprox'],
|
||||||
install_requires=['gdbm', 'pyopenssl', 'warctools>=4.8.3'],
|
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/nlevitt/warctools.git@python3#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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user