Spaces:
Sleeping
Sleeping
File size: 245 Bytes
c5b5cc8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [project]
name = "project-proojectloop"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi",
"uvicorn",
"pandas",
"groq",
"python-dotenv",
]
|