Spaces:
Sleeping
Sleeping
File size: 286 Bytes
f9267d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "deep-research"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"gradio>=6.2.0",
"openai>=2.14.0",
"openai-agents>=0.6.4",
"pydantic>=2.12.5",
"python-dotenv>=1.2.1",
"sendgrid>=6.12.5",
]
|