From c339f4cec15fc48713e1a94c991be9a13025f3c0 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 12 Jun 2022 15:41:52 +0200 Subject: pkg: require minimum resvg-wasi version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c5d1b48..e1be86e 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( }, author = 'jaseg', author_email = 'gerbonara@jaseg.de', - install_requires = ['gerbonara', 'numpy', 'python-slugify', 'lxml', 'click', 'resvg-wasi', 'svg-flatten-wasi[resvg-wasi]'], + install_requires = ['gerbonara', 'numpy', 'python-slugify', 'lxml', 'click', 'resvg-wasi >= 0.23.0', 'svg-flatten-wasi[resvg-wasi]'], license = 'AGPLv3', classifiers = [ 'Development Status :: 5 - Production/Stable', -- cgit