deps: add markdown-it-py for TTS text stripping

This commit is contained in:
2026-05-29 19:53:55 +02:00
parent e2f6bc7ee3
commit 2ddf6b7741
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ dependencies = [
"httpx>=0.27", # for authlib OAuth
"jinja2>=3.1", # template rendering
"python-multipart>=0.0.12", # form parsing
"markdown-it-py>=4.2.0",
]
[tool.uv]