mirror of https://github.com/kivy/kivy.git
Pin build-time requirements versions, renovatebot will take care of the updates (#8689)
This commit is contained in:
parent
e97c3e561d
commit
e910b6e7f4
|
@ -1,6 +1,8 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
"setuptools", "wheel", "packaging",
|
||||
"setuptools~=69.2.0",
|
||||
"wheel~=0.43.0",
|
||||
"packaging~=24.0",
|
||||
"cython>=0.29.1,<=3.0.0",
|
||||
'kivy_deps.gstreamer_dev~=0.3.3; sys_platform == "win32"',
|
||||
'kivy_deps.sdl2_dev~=0.7.0; sys_platform == "win32"',
|
||||
|
|
Loading…
Reference in New Issue