aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTom Christie2011-06-28 08:53:53 +0100
committerTom Christie2011-06-28 08:53:53 +0100
commite5e019b0b3abc41118a50af7878541b305c2bd5e (patch)
tree047df2052879173e17bc4164a7d9f9f670a02685 /examples
parentd714901a60e848e5f3c9f178551fc287aae40f96 (diff)
parentfe7e3ba3ae692b5f20719d5de52682a57166ded2 (diff)
downloaddjango-rest-framework-e5e019b0b3abc41118a50af7878541b305c2bd5e.tar.bz2
Pull in David's initial oauth tests
Diffstat (limited to 'examples')
-rw-r--r--examples/requirements.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/requirements.txt b/examples/requirements.txt
index 09cda945..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