mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2026-04-18 06:53:39 +00:00
scene list and audio list now print tables
patch bump
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user