Spaces:
Sleeping
Sleeping
ashishMenon05 commited on
Commit ·
3e2ef4e
1
Parent(s): 0fe6881
add: openenv-core dependency required for hackathon evaluator
Browse files- backend/requirements.txt +1 -0
- pyproject.toml +1 -0
backend/requirements.txt
CHANGED
|
@@ -11,3 +11,4 @@ aiofiles>=23.2.1
|
|
| 11 |
python-multipart>=0.0.9
|
| 12 |
paramiko>=3.4.0
|
| 13 |
psutil>=5.9.0
|
|
|
|
|
|
| 11 |
python-multipart>=0.0.9
|
| 12 |
paramiko>=3.4.0
|
| 13 |
psutil>=5.9.0
|
| 14 |
+
openenv-core>=0.2.0
|
pyproject.toml
CHANGED
|
@@ -8,6 +8,7 @@ version = "1.0.0"
|
|
| 8 |
description = "NEXUS - Dual Agent Incident Investigation Environment"
|
| 9 |
requires-python = ">=3.10"
|
| 10 |
dependencies = [
|
|
|
|
| 11 |
"fastapi>=0.100.0",
|
| 12 |
"uvicorn[standard]>=0.23.0",
|
| 13 |
"pydantic>=2.0.0",
|
|
|
|
| 8 |
description = "NEXUS - Dual Agent Incident Investigation Environment"
|
| 9 |
requires-python = ">=3.10"
|
| 10 |
dependencies = [
|
| 11 |
+
"openenv-core>=0.2.0",
|
| 12 |
"fastapi>=0.100.0",
|
| 13 |
"uvicorn[standard]>=0.23.0",
|
| 14 |
"pydantic>=2.0.0",
|