diff options
author | jaseg <git@jaseg.de> | 2023-04-11 00:55:11 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-04-11 00:55:23 +0200 |
commit | c3f51bfb9704e91db9c54298789f41cac323c959 (patch) | |
tree | 48d455f6f751be2c819f0147cfe0742e694d0cc6 | |
parent | 9d7fd8b3b4fbc1e2cfe44259da7e6b16d35234e3 (diff) | |
download | gerbolyze-c3f51bfb9704e91db9c54298789f41cac323c959.tar.gz gerbolyze-c3f51bfb9704e91db9c54298789f41cac323c959.tar.bz2 gerbolyze-c3f51bfb9704e91db9c54298789f41cac323c959.zip |
Remove resvg-wasi dependency for now
-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', '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', |