Update chatformat

This commit is contained in:
inubimambo
2025-07-12 14:01:46 +08:00
parent f7fbd48a26
commit 3c1653a3a3
2 changed files with 15 additions and 3 deletions

View File

@@ -10,7 +10,8 @@ requires-python = ">=3.13"
dependencies = [
"python-telegram-bot (>=21.10,<22.0)",
"flowise (>=1.0.4,<2.0.0)",
"python-dotenv (>=1.0.1,<2.0.0)"
"python-dotenv (>=1.0.1,<2.0.0)",
"markdown (>=3.4.0,<4.0.0)"
]