| [build-system] | |
| requires = ["setuptools>=61.0"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "meta-huggingface-hackathon-team-silver-orca" | |
| version = "1.0.0" | |
| description = "Clinical Note Scribe OpenEnv" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "fastapi>=0.110.0", | |
| "uvicorn>=0.29.0", | |
| "pydantic>=2.7.0", | |
| "openai>=1.30.0", | |
| "openenv-core>=0.2.0", | |
| ] | |
| [project.scripts] | |
| server = "server.app:main" | |