aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-10-27 00:00:47 +0200
committerjaseg <git@jaseg.de>2023-10-27 00:19:48 +0200
commit42a4665268bca745b9dc847dbae7fb721ffdb9c5 (patch)
tree1ced0b588d66541611b38e0a2cc6358b3ab91c69
parent4d711a2fe85e5ebe814e4d12cd41badda1e7a046 (diff)
downloadgerbolyze-42a4665268bca745b9dc847dbae7fb721ffdb9c5.tar.gz
gerbolyze-42a4665268bca745b9dc847dbae7fb721ffdb9c5.tar.bz2
gerbolyze-42a4665268bca745b9dc847dbae7fb721ffdb9c5.zip
Bump required gerbonara and svg-flatten-wasi versions
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',