Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pydantic>=2.5.0,<3.0.0
|
| 2 |
+
pydantic-settings>=2.1.0,<3.0.0
|
| 3 |
+
structlog>=24.1.0,<25.0.0
|
| 4 |
+
aiohttp>=3.9.0,<4.0.0
|
| 5 |
+
openai>=1.0.0,<2.0.0
|
| 6 |
+
tenacity>=8.2.0,<9.0.0
|