Spaces:
Sleeping
Sleeping
File size: 454 Bytes
4ccde7a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | [project]
name = "pdf-to-md-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi==0.135.3",
"loguru==0.7.3",
"mcp[cli]==1.27.0",
"mistralai==2.3.2",
"pydantic-settings>=2.13.1",
"python-dotenv==1.2.2",
"pyyaml>=6.0.2",
"starlette==1.0.0",
]
[dependency-groups]
dev = [
"black==26.3.1",
]
[tool.black]
target-version = ["py312"]
|