v0.19
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user