12 lines
222 B
TOML
12 lines
222 B
TOML
[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",
|
|
]
|