Spaces:
Sleeping
Sleeping
File size: 306 Bytes
0c59820 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [project]
name = "resume-cv-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.35.0",
"openai>=1.93.2",
"openai-agents>=0.1.0",
"pypdf>=5.7.0",
"python-dotenv>=1.1.1",
"requests>=2.32.4",
]
|