Skip to content

Commit c46a64b

Browse files
authored
Merge pull request #45 from zhalice2011/fix/missing-dependencies
fix: add missing runtime dependencies in pyproject.toml
2 parents a10c93e + 28b15fb commit c46a64b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@ dependencies = [
5151
"psutil>=7.0.0",
5252
"PyYAML>=6.0.2",
5353
"mermaid-parser-py>=0.0.2",
54-
"mermaid-py>=0.8.0"
54+
"mermaid-py>=0.8.0",
55+
"fastapi>=0.116.0",
56+
"uvicorn>=0.35.0",
57+
"python-multipart>=0.0.20",
58+
"colorama>=0.4.6",
59+
"logfire>=4.1.0"
5560
]
5661

5762
[external]

0 commit comments

Comments
 (0)