Update requirements.txt
Browse files- requirements.txt +5 -11
requirements.txt
CHANGED
@@ -1,11 +1,5 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
pillow==10.1.0
|
7 |
-
pytesseract==0.3.10
|
8 |
-
langchain
|
9 |
-
langchain-community==0.0.17
|
10 |
-
pydantic==2.5.3
|
11 |
-
python-dotenv==1.0.0
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
transformers
|
4 |
+
torch
|
5 |
+
pillow
|
|
|
|
|
|
|
|
|
|
|
|