13 lines
288 B
TOML
13 lines
288 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",
|
|
"pytelegrambotapi>=4.36.1",
|
|
"python-dotenv>=1.2.3",
|
|
"python-socks>=3.0.0",
|
|
"pytz>=2026.3.post1",
|
|
]
|