Skip to content

Commit

Permalink
Allegedly corrected Levenshtein dependency (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanGrimstead committed Nov 16, 2018
1 parent 4b1ceaf commit 73e61c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def setup_package():
'License :: MIT License',
'Programming Language :: Python :: 3.6',
],
install_requires=['matplotlib', 'numpy', 'scipy', 'wordcloud', 'pandas', 'tqdm', 'nltk', 'scikit-learn', 'xlrd', 'Levenshtein'],
install_requires=['matplotlib', 'numpy', 'scipy', 'wordcloud', 'pandas', 'tqdm', 'nltk', 'scikit-learn', 'xlrd', 'python-Levenshtein'],
# extras_require={'dev': ['check-manifest'],'test': ['coverage'],},
python_requires='>=3.6',
)
Expand Down

0 comments on commit 73e61c0

Please sign in to comment.