From 1a957d97c9f3ea865820030e55d3c029c801fce3 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 3 Feb 2020 12:37:31 +0000 Subject: Fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b8e3a86..82a693a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ REQUIRED = [ "unidecode>=1.1", "titlecase>=0.12", "PyPDF2>=1.26", - "regex>=2018.11" + "regex>=2018.11", "readability-lxml>=0.7.1", "html2text>=2020.1.16", "weasyprint>=51", -- cgit v1.2.3