Browse Source

adding python-dateutil to the requirements inside setup.py to enable pip install -e . when installing etherdump

pull/4/head
colm 5 years ago
committed by Luke Murphy
parent
commit
b59e8df4bf
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 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…
Cancel
Save