interview_warmup / pyproject.toml
Jose Martin Rangel Espinoza
Add interview simulation app with TTS and STT functionality
adf4d8b
raw
history blame contribute delete
602 Bytes
[project]
name = "interviewwarmup"
version = "0.1.0"
description = ""
authors = [
{name = "Jose Martin Rangel Espinoza",email = "jrangelespinoza@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio (>=5.20.1,<6.0.0)",
"openai (>=1.65.4,<2.0.0)",
"gtts (>=2.5.4,<3.0.0)",
"python-dotenv (>=1.0.1,<2.0.0)",
"setuptools (>=75.8.2,<76.0.0)",
"huggingface-hub (>=0.29.2,<0.30.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"