Spaces:
Sleeping
Sleeping
File size: 602 Bytes
7cb8fd3 adf4d8b 7cb8fd3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | [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"
|