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'`
This commit is contained in:
Paul Mairo
2022-05-14 11:25:54 +01:00
parent 513a389f77
commit 3a49c9e67b
+2 -1
View File
@@ -3,4 +3,5 @@ tld
termcolor
langdetect
requests
lxml
lxml
galeodes