新的markdown转html实现
This commit is contained in:
@@ -5,7 +5,6 @@ readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"httpx==0.27.2",
|
||||
"markdown2>=2.5.3",
|
||||
"fastapi[standard]>=0.115.12",
|
||||
"jsonpath-ng>=1.7.0",
|
||||
"openpyxl>=3.1.5",
|
||||
@@ -16,6 +15,8 @@ dependencies = [
|
||||
"lxml>=5.4.0",
|
||||
"python-docx>=1.2.0",
|
||||
"beautifulsoup4>=4.13.4",
|
||||
"markdown>=3.8.2",
|
||||
"pymdown-extensions>=10.16.1",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user