1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

add pyyaml to dependency

This commit is contained in:
Ilya Kreymer 2014-01-29 00:04:54 -08:00
parent 411e7fe8a3
commit 9a3449dfd5

View File

@ -11,7 +11,7 @@ setuptools.setup(name='pywb',
long_description=open('README.md').read(),
license='GPL',
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
zip_safe=False)