tg_bot_collections/pyproject.toml
yihong0618 1300ae0494 fix: to 150
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-05-29 19:20:53 +08:00

23 lines
447 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",
]
requires-python = ">=3.10"