aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/requirements.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/requirements.txt b/examples/requirements.txt
index dffe0d99..0bcd8d43 100644
--- a/examples/requirements.txt
+++ b/examples/requirements.txt
@@ -1,8 +1,6 @@
-# For the examples we need Django, pygments and httplib2...
+# Pygments for the code highlighting example,
+# markdown for the docstring -> auto-documentation
-Django==1.2.4
-wsgiref==0.1.2
Pygments==1.4
-httplib2==0.6.0
Markdown==2.0.3
-django-oauth-plus==2.0.0
+