From 082b36b541e4a724ac04eb96857a4b5907966277 Mon Sep 17 00:00:00 2001 From: map-per Date: Tue, 14 Jan 2025 21:55:39 +0100 Subject: [PATCH] Use htmlmin2 to work on newer python versions Signed-off-by: map-per --- tools/python/descriptions/requirements.txt | 2 +- tools/python/descriptions/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/descriptions/requirements.txt b/tools/python/descriptions/requirements.txt index a9a5f1e71e..3db310cc50 100644 --- a/tools/python/descriptions/requirements.txt +++ b/tools/python/descriptions/requirements.txt @@ -1,4 +1,4 @@ -htmlmin==0.1.12 +htmlmin2==0.1.13 requests>=2.31.0 beautifulsoup4==4.9.1 wikidata==0.6.1 diff --git a/tools/python/descriptions/requirements_dev.txt b/tools/python/descriptions/requirements_dev.txt index a9a5f1e71e..3db310cc50 100644 --- a/tools/python/descriptions/requirements_dev.txt +++ b/tools/python/descriptions/requirements_dev.txt @@ -1,4 +1,4 @@ -htmlmin==0.1.12 +htmlmin2==0.1.13 requests>=2.31.0 beautifulsoup4==4.9.1 wikidata==0.6.1