Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "frontend-squadra" | |
version = "0.0.1" | |
description = "Frontend microservice for Squadra Curriculums Agent" | |
authors = ["Fido Aragon <fidoaragon@gmail.com>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
gradio = "^4.36.1" | |
typer = "^0.12.3" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |