File size: 384 Bytes
11464c4
 
 
 
 
 
 
 
 
 
 
 
5c1760d
11464c4
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "podcastfy-app"
version = "0.1.0"
description = "Simple application for podcastfy.ai"
authors = ["Tharsis T. P. Souza"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
gradio-client = "^1.3.0"
gradio = "^4.44.1"
python-dotenv = "^1.0.1"
podcastfy = "^0.1.12"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"