mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 13:33:30 +00:00
tomli/tomllib compatibility layer added.
python version requirement changed. updated installation instructions tomli added as runtime dependency if py ver < 3.11 minor version bump.
This commit is contained in:
@@ -13,10 +13,11 @@ packages = [
|
||||
include = ["vmcompact/img/cat.ico"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.10"
|
||||
sv-ttk = "^0.1"
|
||||
voicemeeter-api = { version = "^0.6.0", python = "^3.10" }
|
||||
vban-cmd = { version = "^1.3.0", python = "^3.10" }
|
||||
tomli = { version = "^2.0.1", python = "<3.11" }
|
||||
voicemeeter-api = "^0.7.0"
|
||||
vban-cmd = "^1.4.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = {version = "^22.6.0", allow-prereleases = true}
|
||||
|
||||
Reference in New Issue
Block a user