Files
telegram_bot_vpn/pyproject.toml
2026-02-18 00:02:25 +05:00

17 lines
351 B
TOML

[project]
name = "telegram-bot-vpn"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"aiogram>=3.25.0",
"aiosqlite>=0.22.1",
"asyncio>=4.0.0",
"fastapi>=0.129.0",
"logging>=0.4.9.6",
"pydantic>=2.12.5",
"sqlalchemy>=2.0.46",
"toml>=0.10.2",
]