diff --git a/requirements.txt b/requirements.txt index b8b645c..dcc3cac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # COMMON autocorrect==0.3.0 -nltk==3.3 +nltk==3.6.3 python-rake==1.4.5 https://github.com/intellihr/python_json_logger/archive/v0.0.6.zip diff --git a/setup.py b/setup.py index 1f98fcc..6740e46 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ VERSION = None # What packages are required for this module to be executed? -REQUIRED = ['autocorrect==0.3.0', 'nltk==3.3', 'python-rake==1.4.5'] +REQUIRED = ['autocorrect==0.3.0', 'nltk==3.6.3', 'python-rake==1.4.5'] # What packages are optional? EXTRAS = {}