Kushagra Gaur commited on
Commit
a3c2d61
·
1 Parent(s): cac8be1

Added uv.lock and pyoproject.toml

Browse files
Files changed (3) hide show
  1. .gitignore +2 -0
  2. pyproject.toml +4 -0
  3. uv.lock +3 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .venv/
2
+
pyproject.toml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ gradio>=4.44.0
2
+ openai
3
+ python-dotenv
4
+ requires-python = ">=3.11"
uv.lock ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version = 1
2
+ revision = 3
3
+ requires-python = ">=3.12.12"