Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -22,3 +22,6 @@ aiodns==3.0.0
|
|
22 |
python-dotenv==1.0.0
|
23 |
nest-asyncio==1.5.6
|
24 |
tqdm==4.64.1
|
|
|
|
|
|
|
|
22 |
python-dotenv==1.0.0
|
23 |
nest-asyncio==1.5.6
|
24 |
tqdm==4.64.1
|
25 |
+
nltk
|
26 |
+
scikit-learn
|
27 |
+
docx2txt
|