Files
mailc/pyproject.toml
T

12 lines
222 B
TOML
Raw Normal View History

2026-04-18 23:13:13 +08:00
[project]
name = "mailc"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pillow>=12.2.0",
"py7zr>=1.1.0",
"python-dotenv>=1.2.2",
]