From a957193962a9e9a73efa9d9e35debdde8bef974d Mon Sep 17 00:00:00 2001 From: paulzierep Date: Wed, 24 Jan 2024 12:33:16 +0100 Subject: [PATCH] Add wordcloud (#46) * wordcloud integration * linting * lint * lint * fix PIL --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96716b60..34ad35e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ pandas PyGithub pyyaml numpy -PIL +Pillow matplotlib wordcloud \ No newline at end of file