podcast-generator/pyproject.toml
Jake Walker 80085fcad1
All checks were successful
ci/woodpecker/push/build Pipeline was successful
improvements
2025-01-09 11:28:18 +00:00

15 lines
349 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",
"ffmpeg-python>=0.2.0",
"podgen>=1.1.0",
"pydantic>=2.10.5",
"pydantic-settings>=2.7.1",
"structlog>=24.4.0",
"watchdog>=6.0.0",
]