We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1385b01 commit 6097732Copy full SHA for 6097732
requirements/bob-environment.yml
@@ -0,0 +1,26 @@
1
+# This file can be used by Anaconda users in order to create their virtual
2
+# environment. If you open up the command prompt/shell in the
3
+# 100daysofcode-with-python-course directory, simply use this command:
4
+#
5
+# conda env create -f requirements/bob-environment.yml
6
+name: 100days
7
+channels:
8
+ - defaults
9
+dependencies:
10
+ - cython
11
+ - feedparser
12
+ - ipykernel
13
+ - jupyter
14
+ - matplotlib
15
+ - numpy
16
+ - pillow
17
+ - plotly
18
+ - pytest
19
+ - pytest-cov
20
+ - python=3.6.6
21
+ - requests
22
+ - selenium
23
+ - pip:
24
+ - tweepy
25
+ - wordcloud
26
+ - PyGithub
0 commit comments