Skip to content

Commit 13149fa

Browse files
committed
my requirements file
1 parent 9ae08c5 commit 13149fa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

requirements/bob-requirements.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# all notebooks
2+
jupyter
3+
ipykernel
4+
# list comprehensions
5+
requests
6+
# twitter API
7+
matplotlib
8+
numpy
9+
Pillow
10+
tweepy
11+
wordcloud
12+
# github api
13+
PyGithub
14+
# selenium
15+
selenium
16+
# data viz
17+
feedparser
18+
plotly
19+
# pytest
20+
pytest
21+
pytest-cov

0 commit comments

Comments
 (0)