From a47465a78bbb089f3e2f135e7aecaf5e12259e56 Mon Sep 17 00:00:00 2001 From: Onuralp Sezer Date: Wed, 6 Oct 2021 23:21:22 +0300 Subject: [PATCH] Update setup.py Change "html5" to html5lib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cc5d1f..266e60c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "click", "jinja2", "markdown", - "html5" + "html5lib" ], extras_require={ "dev": [