Add bs4 dependency

pull/52/head
jaseg 2023-04-19 10:59:52 +02:00
rodzic 17c186ea6b
commit 8d2f1b830d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',