pyinstaller added as development dependency

This commit is contained in:
2023-08-23 00:28:11 +01:00
parent 19f72dd255
commit cda5e0379b
3 changed files with 100 additions and 4 deletions

View File

@@ -10,7 +10,11 @@ dependencies = [
"pyparsing>=3.1.1",
"voicemeeter-api>=2.4.8",
]
requires-python = ">=3.10"
requires-python = ">=3.10,<3.11"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm.dev-dependencies]
build = [
"pyinstaller>=5.1",
]