diff options
author | Dan McGee <dan@archlinux.org> | 2012-11-16 15:49:42 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-11-16 16:37:52 -0600 |
commit | b3979dd2315ce1aef779abdb646562d7bba7a44f (patch) | |
tree | 47fb36e469ffc6d6eb2ae4ffc194a64c6026cb99 | |
parent | a2cfa7edbbed8edb1ad4d3391c6edb055c13de1b (diff) |
Bump several virtualenv requirements
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements.txt | 6 | ||||
-rw-r--r-- | requirements_prod.txt | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 51f15a0f..cf5cacb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==1.4.2 -Markdown==2.2.0 +Markdown==2.2.1 South==0.7.6 django-countries==1.4 -pgpdump==1.3 -pytz>=2012f +pgpdump==1.4 +pytz>=2012h diff --git a/requirements_prod.txt b/requirements_prod.txt index 2a13c51a..f11b9119 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,9 +1,9 @@ Django==1.4.2 -Markdown==2.2.0 +Markdown==2.2.1 South==0.7.6 django-countries==1.4 -pgpdump==1.3 +pgpdump==1.4 psycopg2==2.4.5 -pyinotify==0.9.3 +pyinotify==0.9.4 python-memcached==1.48 -pytz>=2012f +pytz>=2012h |