aboutsummaryrefslogtreecommitdiffstats
path: root/examples/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/requirements.txt')
-rw-r--r--examples/requirements.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/requirements.txt b/examples/requirements.txt
new file mode 100644
index 00000000..4ae9e3c7
--- /dev/null
+++ b/examples/requirements.txt
@@ -0,0 +1,6 @@
+# For the examples we need Django, pygments and httplib2...
+
+Django==1.2.4
+wsgiref==0.1.2
+Pygments==1.4
+httplib2==0.6.0