From 3a49c9e67b8180286be1b02ba4ca6d6744e0602e Mon Sep 17 00:00:00 2001 From: Paul Mairo Date: Sat, 14 May 2022 11:25:54 +0100 Subject: [PATCH] Add galeodes to the requirements Prior to this change, after running `pip install -r requirements.txt` The user wouldn't be able to run the project as a python script, with an error `ModuleNotFoundError: No module named 'galeodes'` --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1569fdd..0adeb3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ tld termcolor langdetect requests -lxml \ No newline at end of file +lxml +galeodes