From f21607d2d4edb64a3a3427789e08e9727f8c4349 Mon Sep 17 00:00:00 2001 From: Chris McKenzie Date: Thu, 27 Mar 2025 11:04:41 -0700 Subject: [PATCH 1/2] pushing forward nltk --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1db702..7634132 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ itsdangerous==2.2.0 joblib==1.4.2 MarkupSafe==2.1.5 multidict==6.0.5 -nltk==3.8.1 +nltk==3.9.0 Nuitka==2.3.11 numpy==2.0.0 ordered-set==4.1.0 From 25ed16033c12c1e846042fc4ad951ca556ed0000 Mon Sep 17 00:00:00 2001 From: Chris McKenzie Date: Thu, 27 Mar 2025 11:06:14 -0700 Subject: [PATCH 2/2] client needs to be added, even if it's empty, to match the docs --- workers/hello_world/client.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 workers/hello_world/client.py diff --git a/workers/hello_world/client.py b/workers/hello_world/client.py new file mode 100644 index 0000000..e69de29