Skip to content

Commit

Permalink
Add modules used, but not declared (they are transitive deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Apr 16, 2019
1 parent de71d35 commit 6cae72d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,19 @@ def read(fname):
install_requires=[
'connexion[swagger-ui]',
'swagger_ui_bundle',
'flask',
'flask-cors',
'click',
'click-log',
'nltk',
'gensim',
'sklearn',
'rdflib'],
tests_require=['py', 'pytest', 'requests'],
extras_require={
'fasttext': ['fasttextmirror'],
'fasttext': ['fasttext', 'fasttextmirror'],
'voikko': ['voikko'],
'vw': ['vowpalwabbit'],
'vw': ['vowpalwabbit', 'numpy'],
},
entry_points={
'console_scripts': ['annif=annif.cli:cli']},
Expand Down

0 comments on commit 6cae72d

Please sign in to comment.