summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.txt4
-rw-r--r--requirements_prod.txt6
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 0a746d9..9be5d88 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-Django==1.2.5
+Django==1.3
Markdown==2.0.3
South==0.7.3
-pytz>=2010o
+pytz>=2011c
diff --git a/requirements_prod.txt b/requirements_prod.txt
index d987566..babf65f 100644
--- a/requirements_prod.txt
+++ b/requirements_prod.txt
@@ -1,6 +1,6 @@
-Django==1.2.5
+Django==1.3
Markdown==2.0.3
-MySQL-python==1.2.3c1
+MySQL-python==1.2.3
South==0.7.3
python-memcached==1.47
-pytz>=2010o
+pytz>=2011c