Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
requests
|
4 |
pydantic
|
5 |
-
tqdm
|
6 |
-
torch
|
7 |
-
transformers
|
8 |
-
langchain
|
9 |
-
python-dotenv
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
requests
|
4 |
pydantic
|
5 |
+
tqdm
|
6 |
+
torch
|
7 |
+
transformers
|
8 |
+
langchain
|
9 |
+
python-dotenv
|