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

add surt to dependency list

This commit is contained in:
Ilya Kreymer 2014-01-27 22:07:27 -08:00
parent a6458b056f
commit a83d527702

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'],
install_requires=['uwsgi', 'rfc3987', 'chardet', 'redis', 'jinja2', 'surt'],
# test_suite='?', # not sure how to run doctests here
zip_safe=False)