localhost is slow? Unsure why this matters but it seems to.

lower min python version

add tox configuration
This commit is contained in:
2025-06-10 21:51:05 +01:00
parent 896668a82b
commit fee2d12e17
5 changed files with 236 additions and 31 deletions

View File

@@ -1,10 +1,10 @@
[project]
name = "slobs-cli"
version = "0.7.3"
version = "0.7.4"
description = "A command line application for Streamlabs Desktop"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
dependencies = ["pyslobs>=2.0.4", "asyncclick>=8.1.8"]
requires-python = ">=3.12"
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }
@@ -28,4 +28,8 @@ test.env_file = ".env"
post_test.cmd = "python tests/teardown.py"
[dependency-groups]
test = ["pytest>=8.4.0", "pytest-randomly>=3.16.0"]
dev = [
"tox-pdm>=0.7.2",
"pytest>=8.4.0",
"virtualenv-pyenv>=0.5.0",
]