CoralLeiCN commited on
Commit
5adfd49
·
1 Parent(s): 4045273

init python dependencies

Browse files
Files changed (3) hide show
  1. .python-version +1 -0
  2. pyproject.toml +11 -0
  3. uv.lock +0 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.12
pyproject.toml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "agent-course-final-assignment"
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.31.0",
9
+ "itsdangerous>=2.2.0",
10
+ "requests>=2.32.3",
11
+ ]
uv.lock ADDED
The diff for this file is too large to render. See raw diff