Spaces:
Runtime error
Runtime error
Update pyproject.toml
Browse files- pyproject.toml +7 -6
pyproject.toml
CHANGED
|
@@ -9,11 +9,12 @@ description = "OpenEnv simulation for Smart Data Center Cooling System"
|
|
| 9 |
authors = [
|
| 10 |
{name = "Tensor Tacos"}
|
| 11 |
]
|
|
|
|
|
|
|
| 12 |
dependencies = [
|
| 13 |
-
"
|
|
|
|
|
|
|
| 14 |
"requests",
|
| 15 |
-
"
|
| 16 |
-
]
|
| 17 |
-
|
| 18 |
-
[project.scripts]
|
| 19 |
-
server = "server.app:main"
|
|
|
|
| 9 |
authors = [
|
| 10 |
{name = "Tensor Tacos"}
|
| 11 |
]
|
| 12 |
+
readme = "Readme.md"
|
| 13 |
+
requires-python = ">=3.9"
|
| 14 |
dependencies = [
|
| 15 |
+
"fastapi",
|
| 16 |
+
"uvicorn",
|
| 17 |
+
"pydantic",
|
| 18 |
"requests",
|
| 19 |
+
"openai"
|
| 20 |
+
]
|
|
|
|
|
|
|
|
|