15 lines
335 B
TOML
15 lines
335 B
TOML
[project]
|
|
name = "bot-legacy"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"colorama>=0.4.6",
|
|
"ics>=0.7.3",
|
|
"pytelegrambotapi>=4.36.1",
|
|
"python-dotenv>=1.2.3",
|
|
"pytz>=2026.3.post1",
|
|
"requests[socks]>=2.34.2",
|
|
"rich>=15.0.0",
|
|
]
|