Skip to content

Commit

Permalink
Add fuzzywuzzy and python-Levenshtein as depends
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepjohnson committed Feb 24, 2016
1 parent c0e5044 commit 684e289
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
install_requires=['nltk',
'gitpython',
'regex',
'whoosh'],
'whoosh',
'fuzzywuzzy',
'python-Levenshtein'],
keywords=['nlp', 'nltk', 'greek', 'latin'],
license='MIT',
long_description="The Classical Language Toolkit (CLTK) is a framework for natural language processing for Classical languages.", # pylint: disable=C0301
Expand Down

0 comments on commit 684e289

Please sign in to comment.