From 42a4665268bca745b9dc847dbae7fb721ffdb9c5 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 27 Oct 2023 00:00:47 +0200 Subject: Bump required gerbonara and svg-flatten-wasi versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae7d245..5a380fa 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', 'beautifulsoup4', 'numpy', 'python-slugify', 'lxml', 'click', 'svg-flatten-wasi'], + install_requires = ['gerbonara >= 1.1.0', 'beautifulsoup4', 'numpy', 'python-slugify', 'lxml', 'click', 'svg-flatten-wasi'], license = 'AGPLv3', classifiers = [ 'Development Status :: 5 - Production/Stable', -- cgit