Spaces:
Sleeping
Sleeping
Add lxml, python-docx, python-pptx, pypandoc, beautifulsoup4 libraries
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -11,6 +11,11 @@ nltk==3.8.1
|
|
11 |
rake_nltk==1.0.6
|
12 |
pandas==1.5.3
|
13 |
fpdf==1.7.2
|
|
|
|
|
|
|
|
|
|
|
14 |
wikipedia-api==0.6.0
|
15 |
accelerate==0.31.0
|
16 |
sentencepiece==0.1.99
|
|
|
11 |
rake_nltk==1.0.6
|
12 |
pandas==1.5.3
|
13 |
fpdf==1.7.2
|
14 |
+
lxml==4.9.2
|
15 |
+
python-docx==1.1.0
|
16 |
+
python-pptx==0.6.23
|
17 |
+
pypandoc==1.14
|
18 |
+
beautifulsoup4==4.11.1
|
19 |
wikipedia-api==0.6.0
|
20 |
accelerate==0.31.0
|
21 |
sentencepiece==0.1.99
|