Files
CTTools0.2Plus/pyproject.toml

15 lines
307 B
TOML
Raw Permalink Normal View History

2026-01-28 17:01:19 +08:00
[project]
name = "cctools"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13.11"
dependencies = [
"auto-py-to-exe>=2.48.1",
"docxtpl>=0.20.2",
"nicegui==3.6.1",
"pyinstaller>=6.18.0",
"python-docx>=1.2.0",
"pywebview>=6.1",
]