mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
test_require requests>=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
This commit is contained in:
parent
25464dee80
commit
0237a00f3f
3
setup.py
3
setup.py
@ -13,7 +13,8 @@ setuptools.setup(name='warcprox',
|
||||
license='GPL',
|
||||
packages=['warcprox'],
|
||||
install_requires=['pyopenssl', 'warctools'], # gdbm/dbhash?
|
||||
tests_require=['requests'],
|
||||
# >=2.0.1 for https://github.com/kennethreitz/requests/pull/1636
|
||||
tests_require=['requests>=2.0.1'],
|
||||
scripts=['bin/dump-anydbm', 'bin/warcprox'],
|
||||
zip_safe=False,
|
||||
test_suite='warcprox.tests')
|
||||
|
Loading…
x
Reference in New Issue
Block a user