From 4b3bcc91a7b278db5b054843fd4bdc366ea05b45 Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Wed, 27 Dec 2023 10:52:06 +0100 Subject: [PATCH] use latest htmldate from repo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 694b816e..db77abf0 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ def get_long_description(): "charset_normalizer >= 3.0.1; python_version < '3.7'", "charset_normalizer >= 3.2.0; python_version >= '3.7'", "courlan >= 0.9.5", - "htmldate @ git+https://github.com/adamh-oai/htmldate@unpin", + "htmldate @ git+https://github.com/adbar/htmldate", "importlib_metadata; python_version < '3.8'", "justext >= 3.0.0", # see tests on Github Actions