Files
BallanceBlenderHelper/scripts/pyproject.toml
yyc12345 9e65d258d7 refactor: use JSON5 instead of JSON for BME prototype.
- use JSON5 for BME prototype description file instead of JSON to make us have ability that make comment in declaration files (TBD in future).
- upgrade corresponding scripts.
- confirm the finish of upgrading script into modern Python.
2025-07-29 21:14:02 +08:00

11 lines
178 B
TOML

[project]
name = "scripts"
version = "1.0.0"
requires-python = ">=3.11"
dependencies = [
"json5>=0.12.0",
"pillow==10.2.0",
"polib>=1.2.0",
"pydantic>=2.11.7",
]