SyamSashank commited on
Commit
4d91ed0
·
verified ·
1 Parent(s): 033f810

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +7 -3
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [build-system]
2
- requires = ["setuptools>=61.0"]
3
- build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "codereview-env"
@@ -13,5 +13,9 @@ dependencies = [
13
  "fastapi",
14
  "pydantic",
15
  "uvicorn",
16
- "requests"
 
17
  ]
 
 
 
 
1
  [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
 
5
  [project]
6
  name = "codereview-env"
 
13
  "fastapi",
14
  "pydantic",
15
  "uvicorn",
16
+ "requests",
17
+ "openenv-core>=0.2.0"
18
  ]
19
+
20
+ [project.scripts]
21
+ server = "server.app:start"