adding python-dateutil to the requirements inside setup.py to enable pip install -e . when installing etherdump
This commit is contained in:
parent
e82ac2db33
commit
b59e8df4bf
2
setup.py
2
setup.py
@ -31,6 +31,6 @@ setup(
|
|||||||
description='Etherdump an etherpad publishing & archiving system',
|
description='Etherdump an etherpad publishing & archiving system',
|
||||||
# long_description=open('README.md').read(),
|
# long_description=open('README.md').read(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"html5lib", "jinja2"
|
"html5lib", "jinja2", "python-dateutil"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user