Spaces:
Sleeping
Sleeping
update req
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
python-dotenv
|
4 |
-
langchain
|
5 |
-
langchain-community
|
6 |
-
langchain-openai
|
7 |
-
openai
|
8 |
-
faiss-cpu
|
9 |
-
numpy
|
10 |
-
pydantic
|
11 |
-
pydantic-settings
|
12 |
-
python-multipart
|
13 |
-
moviepy
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
python-dotenv
|
4 |
+
langchain
|
5 |
+
langchain-community
|
6 |
+
langchain-openai
|
7 |
+
openai
|
8 |
+
faiss-cpu
|
9 |
+
numpy
|
10 |
+
pydantic
|
11 |
+
pydantic-settings
|
12 |
+
python-multipart
|
13 |
+
moviepy
|
14 |
+
stripe
|