aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-04-11 00:55:11 +0200
committerjaseg <git@jaseg.de>2023-04-11 00:55:23 +0200
commitc3f51bfb9704e91db9c54298789f41cac323c959 (patch)
tree48d455f6f751be2c819f0147cfe0742e694d0cc6
parent9d7fd8b3b4fbc1e2cfe44259da7e6b16d35234e3 (diff)
downloadgerbolyze-c3f51bfb9704e91db9c54298789f41cac323c959.tar.gz
gerbolyze-c3f51bfb9704e91db9c54298789f41cac323c959.tar.bz2
gerbolyze-c3f51bfb9704e91db9c54298789f41cac323c959.zip
Remove resvg-wasi dependency for now
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a3af16d..b4ccae2 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ setup(
},
author = 'jaseg',
author_email = 'gerbonara@jaseg.de',
- install_requires = ['gerbonara', 'numpy', 'python-slugify', 'lxml', 'click', 'resvg-wasi >= 0.23.0', 'svg-flatten-wasi[resvg-wasi]'],
+ install_requires = ['gerbonara >= 1.0.0', 'numpy', 'python-slugify', 'lxml', 'click', 'svg-flatten-wasi'],
license = 'AGPLv3',
classifiers = [
'Development Status :: 5 - Production/Stable',