From 0a31acf888c06046024fe78c75d62ac0e842a6a3 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 31 Aug 2021 05:15:43 -0400 Subject: [PATCH] Allow pluggy v1. (#822) There are breaking changes, but I could not find any reference to them in the code. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d0ecf331..4a4b92b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = pdfminer.six >= 20191110, != 20200720, <= 20201018 pikepdf >= 2.10.0 Pillow >= 8.2.0 - pluggy >= 0.13.0, < 1.0 + pluggy >= 0.13.0, < 2 reportlab >= 3.5.66 setuptools tqdm >= 4