Rohannk commited on
Commit
3f27317
·
verified ·
1 Parent(s): 706387b

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. 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
- "openai",
 
 
14
  "requests",
15
- "openenv-core>=0.2.0"
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
+ ]