Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 3044c44

Browse files
committed
dependency
1 parent fb273f2 commit 3044c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
download_url = 'https://github.com/WeKeyPedia/toolkit-python/archive/0.1.4.tar.gz', # I'll explain this in a second
1313
keywords = ['wikipedia', 'information retrieval', 'api', "data"], # arbitrary keywords
1414
classifiers = [],
15-
install_requires=["networkx", "requests", "mwparserfromhell", "colorama", "beautifulsoup"],
15+
install_requires=["nltk", "networkx", "requests", "mwparserfromhell", "colorama", "beautifulsoup"],
1616
)

0 commit comments

Comments
 (0)