This commit is contained in:
2026-01-28 16:57:46 +08:00
commit 0fc08732f1
55 changed files with 6548 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "cttools"
version = "1.9.1"
description = "内网使用的东西"
readme = "README.md"
requires-python = ">=3.8.10"
dependencies = [
"docxcompose>=1.4.0",
"docxtpl>=0.20.2",
"pyqt5==5.15.9",
"pyqt5-qt5==5.15.2",
"pyqt5-tools>=5.15.9.3.3",
"pywin32>=311",
"qtmodern>=0.2.0",
"six>=1.17.0",
]