mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
add pyyaml to dependency
This commit is contained in:
parent
411e7fe8a3
commit
9a3449dfd5
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ setuptools.setup(name='pywb',
|
|||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
license='GPL',
|
license='GPL',
|
||||||
packages=['pywb'],
|
packages=['pywb'],
|
||||||
install_requires=['uwsgi', 'rfc3987', 'chardet', 'redis', 'jinja2', 'surt'],
|
install_requires=['uwsgi', 'rfc3987', 'chardet', 'redis', 'jinja2', 'surt', 'pyyaml'],
|
||||||
# test_suite='?', # not sure how to run doctests here
|
# test_suite='?', # not sure how to run doctests here
|
||||||
zip_safe=False)
|
zip_safe=False)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user