comparison pyproject.toml @ 517:f316c7f19909 default tip

install: update Kivy version to fix build issue.
author Goffi <goffi@goffi.org>
date Sat, 13 Jul 2024 13:08:13 +0200
parents fe0bdc476576
children
comparison
equal deleted inserted replaced
516:11851162dd4c 517:f316c7f19909
21 "Operating System :: POSIX :: Linux", 21 "Operating System :: POSIX :: Linux",
22 "Topic :: Communications :: Chat", 22 "Topic :: Communications :: Chat",
23 "Topic :: Internet :: XMPP", 23 "Topic :: Internet :: XMPP",
24 ] 24 ]
25 dependencies = [ 25 dependencies = [
26 "kivy ~= 2.2.0", 26 "kivy ~= 2.3.0",
27 "kivy_garden.modernmenu", 27 "kivy_garden.modernmenu",
28 # "libervia-backend == 0.9.*", 28 # "libervia-backend == 0.9.*",
29 "pillow <9.3", 29 "pillow <9.3",
30 "plyer ~= 2.1", 30 "plyer ~= 2.1",
31 "pygobject ~= 3.44" 31 "pygobject ~= 3.44"