Spaces:
Sleeping
Sleeping
| [project] | |
| name = "backend" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "fastapi>=0.122.0", | |
| "httpx>=0.28.1", | |
| "psutil>=7.1.3", | |
| "pydantic>=2.12.5", | |
| "pydantic-settings>=2.12.0", | |
| "pytest>=9.0.1", | |
| "pytest-asyncio>=1.3.0", | |
| "python-dotenv>=1.2.1", | |
| "uvicorn>=0.38.0", | |
| "websockets>=15.0.1", | |
| ] | |