comparison pyproject.toml @ 4143:849721e1563b

cli: `call` command: This command has 2 subcommands: `make` and `receive` to make a new call or wait for one. When call is in progress, a window will be created to show incoming stream and local feedback, and a text UI is available to (un)mute audio or video, and hang up. rel 426
author Goffi <goffi@goffi.org>
date Wed, 01 Nov 2023 14:10:00 +0100
parents 10979b5c305a
children c36295487082
comparison
equal deleted inserted replaced
4142:783bbdbf8567 4143:849721e1563b
45 # currently disabled due to incompatibility, OTR feature may be removed in 45 # currently disabled due to incompatibility, OTR feature may be removed in
46 # the close future 46 # the close future
47 # "python-potr < 1.1", 47 # "python-potr < 1.1",
48 "pyxdg < 0.30", 48 "pyxdg < 0.30",
49 "pyyaml < 7.0.0", 49 "pyyaml < 7.0.0",
50 "prompt_toolkit ~= 3.0",
50 "rich ~= 13.5", 51 "rich ~= 13.5",
51 "sat_tmp @ hg+https://repos.goffi.org/sat_tmp#egg=sat_tmp", 52 "sat_tmp @ hg+https://repos.goffi.org/sat_tmp#egg=sat_tmp",
52 "setuptools_scm", 53 "setuptools_scm",
53 "shortuuid ~= 1.0.11", 54 "shortuuid ~= 1.0.11",
54 "sqlalchemy >= 1.4", 55 "sqlalchemy >= 1.4",