aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-04-19 10:59:52 +0200
committerjaseg <git@jaseg.de>2023-04-19 10:59:52 +0200
commit8d2f1b830d462370561ada8ed852569cd8576ec7 (patch)
tree6618d2673d5d0ede3f206ab7f61411a3018952b1
parent17c186ea6bc8432249f9c252cf19fbc325701b63 (diff)
downloadgerbolyze-8d2f1b830d462370561ada8ed852569cd8576ec7.tar.gz
gerbolyze-8d2f1b830d462370561ada8ed852569cd8576ec7.tar.bz2
gerbolyze-8d2f1b830d462370561ada8ed852569cd8576ec7.zip
Add bs4 dependency
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',