Update install.py

This commit is contained in:
saidsurucu
2025-06-01 00:22:59 +03:00
parent 48927a809a
commit a47c46ae83
+1 -1
View File
@@ -11,7 +11,7 @@ MCP_SERVER_SCRIPT_NAME = "mcp_server_main.py"
CLAUDE_TOOL_NAME = "Yargı MCP" CLAUDE_TOOL_NAME = "Yargı MCP"
# playwright bağımlılıklara eklendi # playwright bağımlılıklara eklendi
DEPENDENCIES_FOR_FASTMCP = [ DEPENDENCIES_FOR_FASTMCP = [
"httpx", "beautifulsoup4", "markitdown", "pydantic", "aiohttp", "playwright" "httpx", "beautifulsoup4", "markitdown[pdf]", "pydantic", "aiohttp", "playwright", "pypdf"
] ]
# --- Yardımcı Fonksiyonlar --- # --- Yardımcı Fonksiyonlar ---