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:
onyx-and-iris
2022-09-03 19:29:57 +01:00
parent 0c0a4372e7
commit b116c6a24f
7 changed files with 47 additions and 45 deletions

View File

@@ -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}