podcast-generator/pyproject.toml
2025-01-09 21:38:48 +00:00

14 lines
321 B
TOML

[project]
name = "podcast-generator"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ffmpeg-normalize>=1.31.0",
"podgen>=1.1.0",
"pydantic>=2.10.5",
"pydantic-settings>=2.7.1",
"structlog>=24.4.0",
"watchdog>=6.0.0",
]