From d1a7d630b595de781edb7d75f7221a011d7b1065 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 18 Dec 2023 10:34:48 +0100 Subject: [PATCH] fixup! Python 3.7 is not supported. `pkg_resources` is provided by `setuptools` and `setuptools` is not installed by default in python 3.12 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5844eea8..7888bfdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ beautifulsoup4==4.9.3 zimscraperlib==3.2.0 Babel==2.12.1 jinja2==3.1.2 +setuptools==68.2.2 # to support possible brotli content in warcs brotlipy==0.7.0 cdxj_indexer==1.4.5