Rushhaabhhh commited on
Commit
76f81cb
·
verified ·
1 Parent(s): 8d96200

Added toml file for submission

Browse files
Files changed (1) hide show
  1. pyproject.toml +14 -0
pyproject.toml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "meta-hackathon-submission"
7
+ version = "0.1.0"
8
+ description = "My hackathon submission"
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+
12
+ # If the grader requires dependencies to be listed here instead of requirements.txt,
13
+ # you can add them like this: ["torch", "transformers", "fastapi"] etc.
14
+ dependencies = []