Spaces:
Running
Running
File size: 343 Bytes
cb7246c ea5d6d5 4d91ed0 ea5d6d5 4d91ed0 ea5d6d5 4d91ed0 cb7246c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "codereview-env"
version = "0.1.0"
description = "Code Review Environment for OpenEnv Hackathon"
dependencies = [
"fastapi",
"pydantic",
"uvicorn",
"requests",
"openenv-core>=0.2.0"
]
[project.scripts]
server = "server.app:main"
|