This commit is contained in:
2025-07-09 17:39:50 +08:00
parent 776a4d9152
commit 06a3edfafe
8 changed files with 3476 additions and 53 deletions

View File

@@ -18,7 +18,9 @@ setup(
python_requires=">=3.12",
install_requires=[
"colorama",
"pydantic"
"pydantic",
"python-docx",
"Pillow"
],
exclude_package_data={"": ["*.meta"]},
)