Skip to content

Commit

Permalink
Dateutil dependency added
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed Feb 3, 2017
1 parent 6548793 commit 44dbacb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
@@ -1 +1,2 @@
pdml2flow
python-dateutil
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -22,7 +22,8 @@
version = '0.0',
packages = find_packages(exclude=['test']),
install_requires = [
'pdml2flow'
'pdml2flow',
'python-dateutil'
],
entry_points= {
'pdml2flow.plugins': 'elasticsearch = plugins.elasticsearch:Elasticsearch'
Expand Down

0 comments on commit 44dbacb

Please sign in to comment.