diff 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
line wrap: on
line diff
--- a/pyproject.toml	Wed Nov 01 14:08:00 2023 +0100
+++ b/pyproject.toml	Wed Nov 01 14:10:00 2023 +0100
@@ -47,6 +47,7 @@
     # "python-potr < 1.1",
     "pyxdg < 0.30",
     "pyyaml < 7.0.0",
+    "prompt_toolkit ~= 3.0",
     "rich ~= 13.5",
     "sat_tmp @ hg+https://repos.goffi.org/sat_tmp#egg=sat_tmp",
     "setuptools_scm",