Spaces:
Sleeping
Sleeping
File size: 434 Bytes
8b1b4d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [project]
name = "traffic-signal-openenv"
version = "0.1.0"
description = "Traffic Signal Optimization - OpenEnv Elite"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.100.0",
"uvicorn>=0.20.0",
"numpy>=1.20.0",
"pydantic>=2.0.0",
"openenv-core>=0.2.0",
]
[project.scripts]
openenv-server = "server.app:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
|