This commit is contained in:
2026-04-18 23:13:13 +08:00
parent 1a4f3bff7d
commit 626a4ab2dc
2 changed files with 631 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[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",
]