From 03922a76d219037574eb73f0c860d0205b6df458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tronel?= Date: Fri, 22 Dec 2023 10:42:34 +0100 Subject: [PATCH] Add dependancy to library iso639 that supports the normalized names of languages. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c3336e4..574d4a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ xmltodict requests coloredlogs tqdm +iso639-lang