15 lines
307 B
TOML
15 lines
307 B
TOML
[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",
|
|
]
|