Skills-Gap-Advisor / pyproject.toml
Cristian Martinez
Initial hackathon demo
fcd80f3
raw
history blame contribute delete
258 Bytes
[project]
name = "hackathon-job-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.33.0",
"openai>=1.84.0",
"pypdf>=5.6.0",
"python-dotenv>=1.1.0",
]