From 5fab73e33a7adbe98945976d4955994c4364d07b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Devezas?= Date: Thu, 9 Jul 2020 11:27:16 +0100 Subject: [PATCH] Updated the requirements file to point to the correct pyahocorasick version on GitHub. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a34edce..38622fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyahocorasick==1.1.0 -nltk==3.4.5 +git+https://github.com/WojciechMula/pyahocorasick.git@iter_long # pyahocorasick==1.1.0 python-rake==1.4.5 yake==0.4.3 +nltk==3.4.5