Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,6 @@ requests
|
|
| 3 |
asyncio
|
| 4 |
PyPDF2
|
| 5 |
pdfminer.six
|
| 6 |
-
python-docx
|
|
|
|
|
|
|
|
|
| 3 |
asyncio
|
| 4 |
PyPDF2
|
| 5 |
pdfminer.six
|
| 6 |
+
python-docx
|
| 7 |
+
beautifulsoup4
|
| 8 |
+
lxml
|