From 1752ab31fce0aae06895a8e3c66cbc772f4fb239 Mon Sep 17 00:00:00 2001 From: Kasidis Sae-koh <85777908+marshmeowllo@users.noreply.github.com> Date: Tue, 28 May 2024 10:43:52 +0000 Subject: [PATCH] Add pycrfsuite to requirements.txt to fix ModuleNotFoundError during tests --- requirements.txt | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 68418d7..8aadc17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,15 @@ -nltk -pythainlp>=5.0.3 -Faker \ No newline at end of file +certifi==2024.2.2 +charset-normalizer==3.3.2 +click==8.1.7 +Faker==25.2.0 +idna==3.7 +joblib==1.4.2 +nltk==3.8.1 +pythainlp==5.0.3 +python-crfsuite==0.9.10 +python-dateutil==2.9.0.post0 +regex==2024.5.15 +requests==2.32.2 +six==1.16.0 +tqdm==4.66.4 +urllib3==2.2.1 \ No newline at end of file