From 9b4671c076d5393117abda5faf6256dd8dcdc62a Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Fri, 23 Aug 2024 02:25:03 +1200 Subject: [PATCH] fix: Install weasyprint as xml2rfc extra (#7845) Since xml2rfc v3.23.0, WeasyPrint version is pinned. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8187c1cebf..88b78e665b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,5 +71,5 @@ tqdm>=4.64.0 Unidecode>=1.3.4 urllib3>=2 weasyprint>=59 -xml2rfc>=3.12.4 +xml2rfc[pdf]>=3.23.0 xym>=0.6,<1.0