Spaces:
Paused
Paused
| # This project is managed with uv. | |
| # Add a dependency with: uv add <package> | |
| # Synchronize the environment with: uv sync | |
| [project] | |
| name = "interview-workspace" | |
| version = "0.1.0" | |
| description = "Python environment for the coding interview workspace" | |
| requires-python = ">=3.12,<3.13" | |
| dependencies = [ | |
| "anthropic", | |
| "fastapi", | |
| "openai", | |
| "uvicorn[standard]", | |
| ] | |
| [tool.uv] | |
| package = false | |