Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +17 -17
pyproject.toml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
-
[project]
|
| 2 |
-
name = "api-gateway-defender"
|
| 3 |
-
version = "1.0.0"
|
| 4 |
-
description = "OpenEnv RL environment for API gateway defense"
|
| 5 |
-
requires-python = ">=3.11"
|
| 6 |
-
dependencies = [
|
| 7 |
-
"fastapi>=0.104.0",
|
| 8 |
-
"uvicorn[standard]>=0.24.0",
|
| 9 |
-
"pydantic>=2.0.0",
|
| 10 |
-
"openenv-core>=0.2.0",
|
| 11 |
-
]
|
| 12 |
-
|
| 13 |
-
[project.scripts]
|
| 14 |
-
server = "
|
| 15 |
-
|
| 16 |
-
[tool.openenv]
|
| 17 |
-
env_id = "api-gateway-defender"
|
| 18 |
entry_point = "main:app"
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "api-gateway-defender"
|
| 3 |
+
version = "1.0.0"
|
| 4 |
+
description = "OpenEnv RL environment for API gateway defense"
|
| 5 |
+
requires-python = ">=3.11"
|
| 6 |
+
dependencies = [
|
| 7 |
+
"fastapi>=0.104.0",
|
| 8 |
+
"uvicorn[standard]>=0.24.0",
|
| 9 |
+
"pydantic>=2.0.0",
|
| 10 |
+
"openenv-core>=0.2.0",
|
| 11 |
+
]
|
| 12 |
+
|
| 13 |
+
[project.scripts]
|
| 14 |
+
server = "server.app:main"
|
| 15 |
+
|
| 16 |
+
[tool.openenv]
|
| 17 |
+
env_id = "api-gateway-defender"
|
| 18 |
entry_point = "main:app"
|