Files
telegram-bot-for-manipulate…/pyproject.toml

14 lines
278 B
TOML
Raw Permalink Normal View History

2025-07-27 22:17:28 +03:00
[project]
name = "work-order"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiogram>=3.21.0",
"asyncpg>=0.30.0",
"loguru>=0.7.3",
"python-dotenv>=1.1.1",
"sqlalchemy>=2.0.41",
]