Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=6.2.0
|
| 2 |
+
openai>=2.14.0
|
| 3 |
+
openai-agents>=0.6.4
|
| 4 |
+
pydantic>=2.12.5
|
| 5 |
+
python-dotenv>=1.2.1
|
| 6 |
+
sendgrid>=6.12.5
|
| 7 |
+
|