mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2026-04-18 06:53:39 +00:00
localhost is slow? Unsure why this matters but it seems to.
lower min python version add tox configuration
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user