Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
pydantic
|
4 |
+
pymongo
|
5 |
+
langchain_groq
|
6 |
+
aura-sr
|
7 |
+
pillow
|
8 |
+
requests
|
9 |
+
python-dotenv
|