podcast-generator/pyproject.toml
Jake Walker 7d60654d37
All checks were successful
ci/woodpecker/push/build Pipeline was successful
frontend rewrite
2025-02-05 22:47:39 +00:00

28 lines
671 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",
"alembic>=1.14.1",
"bleach>=6.2.0",
"cryptography>=44.0.0",
"fastapi[standard]>=0.115.6",
"ffmpeg-normalize>=1.31.0",
"ffmpeg-python>=0.2.0",
"itsdangerous>=2.2.0",
"markdown>=3.7",
"nanoid>=2.0.0",
"pillow>=11.1.0",
"podgen>=1.1.0",
"pydantic>=2.10.5",
"pydantic-settings>=2.7.1",
"pyjwt>=2.10.1",
"python-multipart>=0.0.20",
"requests>=2.32.3",
"sqlmodel>=0.0.22",
"structlog>=24.4.0",
"uvicorn>=0.34.0",
]