mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-04-29 00:27:09 +08:00
27 lines
546 B
TOML
27 lines
546 B
TOML
|
|
[project]
|
|
# PEP 621 project metadata
|
|
# See https://www.python.org/dev/peps/pep-0621/
|
|
dependencies = [
|
|
"pyTelegramBotAPI>=4.16",
|
|
"cairosvg",
|
|
"github-poster",
|
|
"prettymapp",
|
|
"google-generativeai>=0.4",
|
|
"anthropic",
|
|
"telegramify-markdown",
|
|
"openai",
|
|
"requests",
|
|
"urlextract",
|
|
"requests",
|
|
"groq",
|
|
"together>=1.1.5",
|
|
"dify-client>=0.1.10",
|
|
"chattts-fork>=0.0.1",
|
|
"expiringdict>=1.2.2",
|
|
"beautifulsoup4>=4.12.3",
|
|
"Markdown>=3.6",
|
|
"cohere>=5.5.8",
|
|
]
|
|
requires-python = ">=3.10"
|