comparison pyproject.toml @ 4278:240d8b7ad906

component Conferences: implementation of SFU component to make multi-party A/V conferences: This component wrap `Galène` SFU and translate its signaling to XMPP Jingle in both direction. rel 445
author Goffi <goffi@goffi.org>
date Fri, 05 Jul 2024 17:18:37 +0200
parents 8acf46ed7f36
children 6a70fcd93a7a
comparison
equal deleted inserted replaced
4277:b4b4ea8c5c87 4278:240d8b7ad906
41 "pillow >= 6.0.0", 41 "pillow >= 6.0.0",
42 "progressbar2 < 3.54", 42 "progressbar2 < 3.54",
43 "pydantic ~= 2.4", 43 "pydantic ~= 2.4",
44 "pygments < 3", 44 "pygments < 3",
45 "pygobject ~= 3.48", 45 "pygobject ~= 3.48",
46 "pyopenssl >= 23.2.0", 46 "pyopenssl ~= 24.1",
47 "python-dateutil >= 2.8.1, < 3", 47 "python-dateutil >= 2.8.1, < 3",
48 # currently disabled due to incompatibility, OTR feature may be removed in 48 # currently disabled due to incompatibility, OTR feature may be removed in
49 # the close future 49 # the close future
50 # "python-potr < 1.1", 50 # "python-potr < 1.1",
51 "pyxdg < 0.30", 51 "pyxdg < 0.30",
88 "term-image ~= 0.7.1" 88 "term-image ~= 0.7.1"
89 ] 89 ]
90 remote-control = [ 90 remote-control = [
91 "cbor2" 91 "cbor2"
92 ] 92 ]
93 conferences = [
94 "autobahn ~= 23.6"
95 ]
96
93 all = [ 97 all = [
94 "libervia-backend[SVG]", 98 "libervia-backend[SVG]",
95 "libervia-backend[GUI]", 99 "libervia-backend[GUI]",
96 "libervia-backend[TUI]", 100 "libervia-backend[TUI]",
97 "libervia-backend[remote-control]" 101 "libervia-backend[remote-control]",
102 "libervia-backend[conferences]"
98 ] 103 ]
99 104
100 [project.scripts] 105 [project.scripts]
101 jp = "libervia.cli.base:LiberviaCli.run" 106 jp = "libervia.cli.base:LiberviaCli.run"
102 li = "libervia.cli.base:LiberviaCli.run" 107 li = "libervia.cli.base:LiberviaCli.run"