Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
python-multipart
|
4 |
-
pillow
|
5 |
huggingface_hub
|
|
|
6 |
PyPDF2
|
7 |
python-docx
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
|
|
|
|
3 |
huggingface_hub
|
4 |
+
transformers
|
5 |
PyPDF2
|
6 |
python-docx
|
7 |
+
python-multipart
|
8 |
+
Pillow
|