python_utils/pyproject.toml
2025-08-27 17:25:00 +03:30

11 lines
210 B
TOML

[project]
name = "python-utils"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"openpyxl>=3.1.5",
"python-dotenv>=1.1.1",
]