Files
autotex/pyproject.toml
Pavel Kirilin 88c6daceb2 Initial commit.
Signed-off-by: Pavel Kirilin <win10@list.ru>
2024-07-14 23:40:38 +02:00

17 lines
307 B
TOML

[tool.poetry]
name = "autotex"
version = "0.1.0"
description = ""
authors = ["Pavel Kirilin <win10@list.ru>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
aiogram = "^3.10.0"
python-dotenv = "^1.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"