File size: 786 Bytes
f917e19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
[project]
name = "podcastmcpgradio"
version = "0.1.0"
description = "FastMCP MCP Server with Modal deployment"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "fastapi",
    "fastmcp>=2.7.0",
    "mcp[cli]",
    "modal>=1.0.3",
    "uvicorn>=0.24.0",
    "requests>=2.31.0",
    "python-multipart>=0.0.6",
    "aiofiles>=23.2.1",
    "gradio>=5.31.0",
    "pydantic>=2.0.0",
    "python-dotenv>=1.0.0",
    "starlette>=0.27.0",
    "httpx>=0.25.0",
    "bs4>=0.0.2",
    "selenium>=4.33.0",
    "ffmpeg-python>=0.2.0",
    "torch>=2.7.1",
    "openai-whisper>=20240930",
    "pyannote.audio>=3.1.0",
    "speechbrain>=0.5.16",
    "soundfile>=0.12.1",
    "numpy>=1.24.0",
    
]

[tool.uv]
dev-dependencies = [
    "pytest>=7.0.0",
    "pytest-asyncio>=0.21.0",
]