Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -6,6 +6,9 @@ pathlib==1.0.1
|
|
6 |
decorator==4.4.2
|
7 |
pickleshare==0.7.5
|
8 |
backcall==0.2.0
|
|
|
|
|
|
|
9 |
wcwidth==0.2.12
|
10 |
platformdirs==4.1.0
|
11 |
ipykernel==5.5.6
|
|
|
6 |
decorator==4.4.2
|
7 |
pickleshare==0.7.5
|
8 |
backcall==0.2.0
|
9 |
+
newspaper3k==0.2.8
|
10 |
+
duckduckgo_search==4.1.0
|
11 |
+
sentencepiece==0.1.99
|
12 |
wcwidth==0.2.12
|
13 |
platformdirs==4.1.0
|
14 |
ipykernel==5.5.6
|