diff options
author | jaseg <git@jaseg.de> | 2023-04-19 10:59:52 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-04-19 10:59:52 +0200 |
commit | 8d2f1b830d462370561ada8ed852569cd8576ec7 (patch) | |
tree | 6618d2673d5d0ede3f206ab7f61411a3018952b1 /setup.py | |
parent | 17c186ea6bc8432249f9c252cf19fbc325701b63 (diff) | |
download | gerbolyze-8d2f1b830d462370561ada8ed852569cd8576ec7.tar.gz gerbolyze-8d2f1b830d462370561ada8ed852569cd8576ec7.tar.bz2 gerbolyze-8d2f1b830d462370561ada8ed852569cd8576ec7.zip |
Add bs4 dependency
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |