mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-04-18 11:49:48 +08:00
Require younger setuptools
There is a known vulnerability in setuptools version 65.5.0.
This commit is contained in:
parent
55c82a9b60
commit
e7884e2aaf
@ -1,7 +1,7 @@
|
||||
[build-system]
|
||||
# These are the assumed default build requirements from pip:
|
||||
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
|
||||
requires = ["setuptools>=40.8.0", "wheel"]
|
||||
requires = ["setuptools>=65.5.1", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[versioneer]
|
||||
|
Loading…
x
Reference in New Issue
Block a user