comparison pyproject.toml @ 499:f387992d8e37

plugins: new "call" plugin for A/V calls: this is the base implementation for calls plugin, handling one2one calls. For now, the interface is very basic, call is done by specifying the bare jid of the destinee, then press the "call" button. Incoming calls are automatically accepted. rel 424
author Goffi <goffi@goffi.org>
date Wed, 04 Oct 2023 22:54:36 +0200
parents 59bdf78bd1d9
children fe0bdc476576
comparison
equal deleted inserted replaced
498:3b627382e681 499:f387992d8e37
26 "kivy ~= 2.2.0", 26 "kivy ~= 2.2.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 ] 32 ]
32 keywords = [ 33 keywords = [
33 "XMPP", 34 "XMPP",
34 "desktop", 35 "desktop",
35 "kivy", 36 "kivy",