open_ENV / pyproject.toml
arrow072's picture
Upload 14 files
4bbf0fc verified
raw
history blame contribute delete
447 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",
"openai>=1.0.0",
]
[project.scripts]
server = "server.app:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"