Spaces:
Sleeping
Sleeping
Update requirements.txt to specify dependencies and remove commented lines
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
marimo
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 1 |
marimo
|
| 2 |
+
pydantic>=2.12.4
|
| 3 |
+
pydantic-ai>=0.0.13
|
| 4 |
+
openai
|
| 5 |
+
python-dotenv>=1.2.1
|