Spaces:
Build error
Build error
File size: 413 Bytes
579d7ac | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [project]
name = "transcript-summarizer"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "David Armendariz", email = "david.adrian.a.p@gmail.com"},
]
dependencies = ["gradio>=5.10.0", "notebook>=7.3.2", "openai>=1.59.4", "pypdf>=5.1.0", "python-dotenv>=1.0.1"]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
|