Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask
|
2 |
+
flask-cors
|
3 |
+
werkzeug
|
4 |
+
openai
|
5 |
+
PyPDF2
|
6 |
+
pdfminer.six
|
7 |
+
python-docx
|
8 |
+
spacy
|
9 |
+
nltk
|
10 |
+
pdfplumber
|