scene list and audio list now print tables

patch bump
This commit is contained in:
2025-06-12 18:49:54 +01:00
parent 2a18b94b11
commit a1a22d0d00
5 changed files with 53 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
name = "slobs-cli"
description = "A command line application for Streamlabs Desktop"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
dependencies = ["pyslobs>=2.0.5", "asyncclick>=8.1.8"]
dependencies = ["pyslobs>=2.0.5", "asyncclick>=8.1.8", "terminaltables3>=4.0.0"]
requires-python = ">=3.11"
readme = "README.md"
license = { text = "MIT" }
@@ -36,6 +36,6 @@ post_test.cmd = "python tests/teardown.py"
dev = [
"tox-pdm>=0.7.2",
"pytest>=8.4.0",
"virtualenv-pyenv>=0.5.0",
"pytest-randomly>=3.16.0",
"virtualenv-pyenv>=0.5.0",
]