Seb-TestSpace / pyproject.toml
calmodovar23's picture
Upload 11 files
a7277a1 verified
Raw
History Blame Contribute Delete
391 Bytes
# 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