Skip to content
Snippets Groups Projects
Unverified Commit e7b0393b authored by Bruno Eidi Nishimoto's avatar Bruno Eidi Nishimoto Committed by GitHub
Browse files

include missing packages at setup.py (#102)

parent 772a32f1
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,9 @@ setup(
'jieba',
'embeddings',
'quadprog',
'pyyaml'
'pyyaml',
'fuzzywuzzy',
'python-Levenshtein'
],
extras_require={
'develop': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment