code-debug-env / pyproject.toml
VeerCodex's picture
Add uv.lock and fix pyproject.toml
1c596f4
Raw
History Blame Contribute Delete
300 Bytes
[project]
name = "code-debug-env"
version = "1.0.0"
description = "RL environment for debugging Python code"
requires-python = ">=3.9"
dependencies = [
"fastapi",
"uvicorn[standard]",
"pydantic",
"requests",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"