From 8d2f1b830d462370561ada8ed852569cd8576ec7 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 19 Apr 2023 10:59:52 +0200 Subject: Add bs4 dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4ccae2..ae7d245 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( }, author = 'jaseg', author_email = 'gerbonara@jaseg.de', - install_requires = ['gerbonara >= 1.0.0', 'numpy', 'python-slugify', 'lxml', 'click', 'svg-flatten-wasi'], + install_requires = ['gerbonara >= 1.0.0', 'beautifulsoup4', 'numpy', 'python-slugify', 'lxml', 'click', 'svg-flatten-wasi'], license = 'AGPLv3', classifiers = [ 'Development Status :: 5 - Production/Stable', -- cgit