Add a pip requirements file for virtualenv deployments
authorMagnus Hagander <magnus@hagander.net>
Sat, 25 May 2013 18:32:53 +0000 (14:32 -0400)
committerMagnus Hagander <magnus@hagander.net>
Sun, 16 Jun 2013 14:35:21 +0000 (16:35 +0200)
requirements.txt [new file with mode: 0644]

diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..db0b8f8
--- /dev/null
@@ -0,0 +1,5 @@
+Django==1.4.5
+django-markdown==0.2.1
+psycopg2==2.5
+pycrypto==2.6
+simplejson==3.3.0