zeerafle commited on
Commit
8b3fba4
·
1 Parent(s): 81917a3

initial commit

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. .python-version +1 -0
  3. pyproject.toml +10 -0
  4. uv.lock +0 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .venv
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.12
pyproject.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "final-assignment-template"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = [
8
+ "gradio>=5.34.2",
9
+ "requests>=2.32.4",
10
+ ]
uv.lock ADDED
The diff for this file is too large to render. See raw diff