summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.txt6
-rw-r--r--requirements_prod.txt5
2 files changed, 6 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index e0df660..191c879 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,3 @@
Django==1.2.1
Markdown==2.0.3
-MySQL-python==1.2.3c1
-South==0.7.1
-pysqlite==2.6.0
-python-memcached==1.45
-wsgiref==0.1.2
+South==0.7.2
diff --git a/requirements_prod.txt b/requirements_prod.txt
new file mode 100644
index 0000000..d4a8acb
--- /dev/null
+++ b/requirements_prod.txt
@@ -0,0 +1,5 @@
+Django==1.2.1
+Markdown==2.0.3
+MySQL-python==1.2.3c1
+South==0.7.2
+python-memcached==1.45