open_env_meta / pyproject.toml
arrow072's picture
Upload 2 files
8b1b4d4 verified
raw
history blame contribute delete
434 Bytes
[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"