We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28fe2c commit 1cb8da8Copy full SHA for 1cb8da8
requirements.txt
@@ -4,10 +4,8 @@ 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
+# The following is only required if you are on OS X
+# gnureadline==6.2.5
10
ipython==2.0.0
11
-libsass==0.3.0
12
six==1.6.1
13
sphinx-rtd-theme==0.1.6
slides_requirements.txt
@@ -0,0 +1,13 @@
1
+Jinja2==2.7.2
2
+MarkupSafe==0.19
3
+PdbSublimeTextSupport==0.2
+Pygments==1.6
+Sphinx==1.2.2
+docutils==0.11
+gnureadline==6.2.5
+# hieroglyph==0.7.dev
+-e git+https://github.com/nyergler/hieroglyph.git#egg=hieroglyph
+ipython==2.0.0
+libsass==0.3.0
+six==1.6.1
+sphinx-rtd-theme==0.1.6
0 commit comments