Skip to content

Commit 1cb8da8

Browse files
committed
trimming slides-related packages from the requirements.txt file to simplify installation.
1 parent c28fe2c commit 1cb8da8

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

requirements.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ PdbSublimeTextSupport==0.2
44
Pygments==1.6
55
Sphinx==1.2.2
66
docutils==0.11
7-
gnureadline==6.2.5
8-
# hieroglyph==0.7.dev
9-
-e git+https://github.com/nyergler/hieroglyph.git#egg=hieroglyph
7+
# The following is only required if you are on OS X
8+
# gnureadline==6.2.5
109
ipython==2.0.0
11-
libsass==0.3.0
1210
six==1.6.1
1311
sphinx-rtd-theme==0.1.6

slides_requirements.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Jinja2==2.7.2
2+
MarkupSafe==0.19
3+
PdbSublimeTextSupport==0.2
4+
Pygments==1.6
5+
Sphinx==1.2.2
6+
docutils==0.11
7+
gnureadline==6.2.5
8+
# hieroglyph==0.7.dev
9+
-e git+https://github.com/nyergler/hieroglyph.git#egg=hieroglyph
10+
ipython==2.0.0
11+
libsass==0.3.0
12+
six==1.6.1
13+
sphinx-rtd-theme==0.1.6

0 commit comments

Comments
 (0)