Files

19 lines
321 B
TOML
Raw Permalink Normal View History

2025-06-21 19:14:01 +02:00
[project]
name = "pythonwxpython"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
2025-06-26 22:23:53 +01:00
requires-python = ">=3.9"
2025-06-21 19:14:01 +02:00
dependencies = [
"velopack",
"wxpython>=4.2.3",
]
[tool.uv.sources]
velopack = { path = "../../src/lib-python" }
[dependency-groups]
dev = [
"pyinstaller>=6.14.1",
]