Files
test_mail/pyproject.toml
2025-10-01 10:30:11 +05:00

11 lines
201 B
TOML

[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",
]