Skip to content

Commit

Permalink
added polyglot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
akb89 committed Jan 27, 2019
1 parent a84641f commit 0b38b56
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 @@ -33,7 +33,7 @@
},
install_requires=['PyYAML==3.13', 'wikiextractor==3.0.3', 'spacy-nightly==2.1.0a1',
'en_core_web_sm==2.1.0a0', 'natsort==5.4.1',
'beautifulsoup4==4.6.3'],
'beautifulsoup4==4.6.3', 'polyglot==16.7.4'],
dependency_links=[
'https://github.com/akb89/wikiextractor/tarball/master#egg=wikiextractor-3.0.3',
'https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0a0/en_core_web_sm-2.1.0a0.tar.gz'],
Expand Down

0 comments on commit 0b38b56

Please sign in to comment.