hatiko_task/bot/pyproject.toml

31 lines
581 B
TOML
Raw Permalink Normal View History

2025-01-24 18:23:45 +10:00
[project]
name = "bot"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "matv864", email = "matv864@gmail.com" }
]
dependencies = [
"pydantic-settings>=2.7.1",
"aiogram>=3.17.0",
"pydantic>=2.10.6",
"aiohttp>=3.11.11",
"requests>=2.32.3",
]
readme = "README.md"
2025-01-24 19:36:32 +10:00
requires-python = ">= 3.12"
2025-01-24 18:23:45 +10:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
2025-01-24 19:36:32 +10:00
packages = ["src/bot"]