16 lines
327 B
TOML
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"
|