Files
CTToolsOld/pyproject.toml

17 lines
340 B
TOML
Raw Permalink Normal View History

2026-01-28 16:57:46 +08:00
[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",
]