summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.txt2
-rw-r--r--requirements_prod.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 27fda22..fd58616 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
Django==1.3.1
Markdown==2.0.3
South==0.7.3
-pytz>=2011c
+pytz>=2011n
diff --git a/requirements_prod.txt b/requirements_prod.txt
index 9749a07..47d37ce 100644
--- a/requirements_prod.txt
+++ b/requirements_prod.txt
@@ -2,5 +2,6 @@ Django==1.3.1
Markdown==2.0.3
MySQL-python==1.2.3
South==0.7.3
+pyinotify==0.9.2
python-memcached==1.47
-pytz>=2011c
+pytz>=2011n