vishaldhakad commited on
Commit
7d38b61
·
verified ·
1 Parent(s): 9aed967

Upload pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +18 -0
pyproject.toml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "SecureCodeEnv"
3
+ version = "0.1.0"
4
+ description = "Hackathon project"
5
+ authors = [
6
+ { name="Radhika Gupta", email="radhikaa1710@gmail.com" }
7
+ {name= "vishal Dhakad", email = "vishaldhakad6425@gmail.com"}
8
+ {name = "Mahima sahu", email = "mahima04sahu@gmail.com"}
9
+ ]
10
+ dependencies = [
11
+ "fastapi",
12
+ "uvicorn",
13
+ "openai"
14
+ ]
15
+
16
+ [build-system]
17
+ requires = ["setuptools"]
18
+ build-backend = "setuptools.build_meta"