Files
autotex/pyproject.toml
Pavel Kirilin cdd0395615
All checks were successful
/ docker_build (push) Successful in 1m11s
/ deploy_helm (push) Successful in 13s
Initial gitea release.
2025-07-08 15:46:33 +02:00

16 lines
327 B
TOML

[project]
name = "autotex"
version = "0.1.0"
description = ""
authors = [{ name = "Pavel Kirilin", email = "win10@list.ru" }]
requires-python = "~=3.11.0"
readme = "README.md"
dependencies = [
"aiogram>=3.10.0,<4",
"python-dotenv>=1.0.1,<2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"