Edited requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -46,6 +46,7 @@ nbclient==0.6.3
|
|
46 |
nbconvert==6.5.0
|
47 |
nbformat==5.4.0
|
48 |
nest-asyncio==1.5.5
|
|
|
49 |
notebook==6.4.11
|
50 |
numpy==1.22.3
|
51 |
packaging==21.3
|
@@ -98,6 +99,7 @@ tzdata==2022.1
|
|
98 |
tzlocal==4.2
|
99 |
urllib3==1.26.9
|
100 |
validators==0.19.0
|
|
|
101 |
wcwidth==0.2.5
|
102 |
webencodings==0.5.1
|
103 |
widgetsnbextension==3.6.0
|
|
|
46 |
nbconvert==6.5.0
|
47 |
nbformat==5.4.0
|
48 |
nest-asyncio==1.5.5
|
49 |
+
nltk==3.7
|
50 |
notebook==6.4.11
|
51 |
numpy==1.22.3
|
52 |
packaging==21.3
|
|
|
99 |
tzlocal==4.2
|
100 |
urllib3==1.26.9
|
101 |
validators==0.19.0
|
102 |
+
watchdog==2.1.8
|
103 |
wcwidth==0.2.5
|
104 |
webencodings==0.5.1
|
105 |
widgetsnbextension==3.6.0
|