bot/pyproject.toml
2026-08-30 14:53:53 +03:00

14 lines
310 B
TOML

[project]
name = "bot-legacy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ics>=0.7.3",
"pysocks>=1.7.1",
"pytelegrambotapi>=4.36.1",
"python-dotenv>=1.2.3",
"python-socks>=3.0.0",
"pytz>=2026.3.post1",
]