Browse Source
adding python-dateutil to the requirements inside setup.py to enable pip install -e . when installing etherdump
pull/4/head
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
setup.py
|
|
@ -31,6 +31,6 @@ setup( |
|
|
|
description='Etherdump an etherpad publishing & archiving system', |
|
|
|
# long_description=open('README.md').read(), |
|
|
|
install_requires=[ |
|
|
|
"html5lib", "jinja2" |
|
|
|
"html5lib", "jinja2", "python-dateutil" |
|
|
|
] |
|
|
|
) |
|
|
|