hannan2859r commited on
Commit
94c2434
·
verified ·
1 Parent(s): 0c91460

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +4 -0
pyproject.toml CHANGED
@@ -13,8 +13,12 @@ dependencies = [
13
  "httpx==0.27.0",
14
  "python-dotenv==1.0.1",
15
  "openai>=1.30.0",
 
16
  ]
17
 
 
 
 
18
  [build-system]
19
  requires = ["setuptools>=68"]
20
  build-backend = "setuptools.backends.legacy:build"
 
13
  "httpx==0.27.0",
14
  "python-dotenv==1.0.1",
15
  "openai>=1.30.0",
16
+ "openenv-core>=0.2.0",
17
  ]
18
 
19
+ [project.scripts]
20
+ server = "server.app:app"
21
+
22
  [build-system]
23
  requires = ["setuptools>=68"]
24
  build-backend = "setuptools.backends.legacy:build"