17 lines
416 B
TOML
17 lines
416 B
TOML
[project]
|
|
name = "podcast-generator"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiofiles>=24.1.0",
|
|
"fastapi[standard]>=0.115.6",
|
|
"ffmpeg-normalize>=1.31.0",
|
|
"ffmpeg-python>=0.2.0",
|
|
"podgen>=1.1.0",
|
|
"pydantic>=2.10.5",
|
|
"pydantic-settings>=2.7.1",
|
|
"python-multipart>=0.0.20",
|
|
"structlog>=24.4.0",
|
|
]
|