mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-08-05 13:16:42 +08:00
feat: add summary and search commands (#54)
* feat: add summary and search commands Signed-off-by: Frost Ming <me@frostming.com> * fix formats Signed-off-by: Frost Ming <me@frostming.com> * fix: clean up Signed-off-by: Frost Ming <me@frostming.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
|
||||
[project]
|
||||
name = "tg_bot_collections"
|
||||
# PEP 621 project metadata
|
||||
# See https://www.python.org/dev/peps/pep-0621/
|
||||
dependencies = [
|
||||
@ -17,11 +18,20 @@ dependencies = [
|
||||
"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",
|
||||
"kling-creator>=0.0.3",
|
||||
"pydantic-settings>=2.10.1",
|
||||
"pydantic>=2.11.7",
|
||||
"telethon>=1.40.0",
|
||||
"pysocks>=1.7.1",
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[tool.pdm]
|
||||
distribution = false
|
||||
|
||||
[tool.pdm.scripts]
|
||||
dev = "python tg.py --debug"
|
Reference in New Issue
Block a user