mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-25 23:47:47 +01:00
fix typo in setup.py
This commit is contained in:
parent
2f5ffb3a88
commit
f00ac826cf
2
setup.py
2
setup.py
@ -12,6 +12,6 @@ setuptools.setup(name='pywb',
|
|||||||
license='GPL',
|
license='GPL',
|
||||||
packages=['pywb'],
|
packages=['pywb'],
|
||||||
install_requires=['uwsgi', 'rfc3987', 'chardet', 'redis', 'jinja2', 'surt', 'pyyaml', 'WebTest'],
|
install_requires=['uwsgi', 'rfc3987', 'chardet', 'redis', 'jinja2', 'surt', 'pyyaml', 'WebTest'],
|
||||||
tests_require['WebTest', 'pytest'],
|
tests_require=['WebTest', 'pytest'],
|
||||||
zip_safe=False)
|
zip_safe=False)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user