This commit is contained in:
2025-10-01 10:30:11 +05:00
commit 0fec1a5a36
11 changed files with 1823 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "test-mail"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"docx>=0.2.4",
"python-docx>=1.2.0",
]