Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
fastapi==0.109.2
|
2 |
-
langchain_core==0.2.18
|
3 |
-
langchain_groq==0.1.6
|
4 |
-
pydantic==2.7.2
|
5 |
-
python-dotenv==1.0.1
|
|
|
|
1 |
+
fastapi==0.109.2
|
2 |
+
langchain_core==0.2.18
|
3 |
+
langchain_groq==0.1.6
|
4 |
+
pydantic==2.7.2
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
uvicorn==0.27.1
|