podcast-generator/pyproject.toml
Jake Walker bbfbeddc55
All checks were successful
ci/woodpecker/push/build Pipeline was successful
add podcast images
2025-01-13 13:45:52 +00:00

18 lines
438 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",
"pillow>=11.1.0",
"podgen>=1.1.0",
"pydantic>=2.10.5",
"pydantic-settings>=2.7.1",
"python-multipart>=0.0.20",
"structlog>=24.4.0",
]