From f0b1b30420e1ccb247540830f16de5feefbb15a1 Mon Sep 17 00:00:00 2001 From: Antoine Lambert <anlambert@softwareheritage.org> Date: Mon, 10 Mar 2025 12:02:23 +0100 Subject: [PATCH] requirements: Add missing chardet dependency used by npm loader It was previously installed through a transient requirement that removed its use so it must be explicitly listed in the requirements. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ecb919fd..a3b444fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html +chardet psutil requests iso8601 -- GitLab