From ee0f4c6cec3007760365ab619916624499596a03 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 17 Feb 2025 09:52:55 +0000 Subject: [PATCH] Use released warc2zim 2.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4e7696..9aa830a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "requests==2.32.3", "inotify==0.2.10", "tld==0.13", - "warc2zim @ git+https://github.com/openzim/warc2zim@main", + "warc2zim==2.2.2", ] dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]