Spaces:
Sleeping
Sleeping
Add requirements.txt to specify project dependencies
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openai-agents>=0.0.17
|
| 2 |
+
openai>=1.81.0
|
| 3 |
+
gradio>=5.14.0
|
| 4 |
+
sendgrid>=6.12.3
|
| 5 |
+
python-dotenv>=1.1.0
|
| 6 |
+
pydantic>=2.11.3
|
| 7 |
+
markdown2>=2.5.3
|