tg_bot_collections/pyproject.toml
yihong0618 55fd800eb1 feat: qwen 110B
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-05-08 18:15:39 +08:00

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