Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- pyproject.toml +20 -0
- uv.lock +0 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "traffic-signal-openenv"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Traffic Signal Optimization - OpenEnv Elite"
|
| 5 |
+
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.10"
|
| 7 |
+
dependencies = [
|
| 8 |
+
"fastapi>=0.100.0",
|
| 9 |
+
"uvicorn>=0.20.0",
|
| 10 |
+
"numpy>=1.20.0",
|
| 11 |
+
"pydantic>=2.0.0",
|
| 12 |
+
"openenv-core>=0.2.0",
|
| 13 |
+
]
|
| 14 |
+
|
| 15 |
+
[project.scripts]
|
| 16 |
+
openenv-server = "server.app:main"
|
| 17 |
+
|
| 18 |
+
[build-system]
|
| 19 |
+
requires = ["hatchling"]
|
| 20 |
+
build-backend = "hatchling.build"
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|