Spaces:
Sleeping
Sleeping
File size: 300 Bytes
7dbf4d1 1c596f4 7dbf4d1 1c596f4 7dbf4d1 1c596f4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [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" |