Spaces:
Sleeping
Sleeping
| [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" | |