From 07c795d2441e8d70fe704cd071a2e393e40f5ee3 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Fri, 20 Dec 2024 11:04:58 +0100 Subject: [PATCH] Added a new additional dependency for Python 3.10: tomli (required by moz-l10n) --- debian/requirements.py310.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/requirements.py310.in b/debian/requirements.py310.in index 50bdcb5..1c659bf 100644 --- a/debian/requirements.py310.in +++ b/debian/requirements.py310.in @@ -8,3 +8,6 @@ # Python 3.10 additional dependency for anyio exceptiongroup==1.2.2 + +# Python 3.10 additional dependency for moz-l10n +tomli==1.1.0