Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ cohere==4.37
|
|
3 |
openai==1.3.5
|
4 |
tiktoken==0.5.1
|
5 |
python-dotenv==1.0.0
|
6 |
-
pydantic==2.10.1
|
|
|
|
|
|
3 |
openai==1.3.5
|
4 |
tiktoken==0.5.1
|
5 |
python-dotenv==1.0.0
|
6 |
+
pydantic==2.10.1
|
7 |
+
fastapi==0.100.1
|
8 |
+
python-multipart==0.0.6
|