Skip to content

Commit 01b6191

Browse files
committed
gitignore and requirements file update
1 parent af959be commit 01b6191

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,6 @@ dmypy.json
130130

131131
# PyCharm specific files
132132
.idea/
133+
134+
# other
135+
*/scratch_plan.txt

requirements.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
nltk==3.5
2-
many_stop_words==0.2.2
1+
gensim==3.8.3
32
matplotlib==3.2.1
43
pandas==1.0.4
5-
wordcloud==1.8.0
6-
gensim==3.8.3
4+
textblob==0.15.3
5+
many_stop_words==0.2.2
76
numpy==1.18.4
7+
wordcloud==1.8.0
8+
trafilatura==0.8.2
9+
nltk==3.5
810
beautifulsoup4==4.9.3
911
scikit_learn==0.24.2

0 commit comments

Comments
 (0)