build: remove markdown dependency, replaced by markdown-it-py

The markdown package is no longer used after switching the README parser
to markdown-it-py in the feature branch.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-18 17:28:50 +08:00
parent 0f374970dd
commit 143abbf201
2 changed files with 0 additions and 12 deletions

View File

@@ -6,7 +6,6 @@ requires-python = ">=3.13"
dependencies = [
"httpx==0.28.1",
"jinja2==3.1.6",
"markdown==3.10.2",
"markdown-it-py==4.0.0",
]