kopia lustrzana https://github.com/jaseg/gerbolyze
Remove resvg-wasi dependency for now
rodzic
9d7fd8b3b4
commit
c3f51bfb97
2
setup.py
2
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',
|
||||
|
|
Ładowanie…
Reference in New Issue