diff 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
line wrap: on
line diff
--- a/pyproject.toml	Mon Oct 02 17:24:01 2023 +0200
+++ b/pyproject.toml	Wed Oct 04 22:54:36 2023 +0200
@@ -28,6 +28,7 @@
     # "libervia-backend == 0.9.*",
     "pillow <9.3",
     "plyer <2.1",
+    "pygobject ~= 3.44"
 ]
 keywords = [
     "XMPP",