12 lines
232 B
TOML
12 lines
232 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",
|
|
"asyncio>=4.0.0",
|
|
"logging>=0.4.9.6",
|
|
]
|