diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-30 01:02:18 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-30 01:02:18 -0500 |
commit | 4b36fdd65404efa19f0c7ab4f62d97c5ce86a4fc (patch) | |
tree | 63b92a6a77f39c64df1906ef27f8e8f2b22683c1 | |
parent | f1d194087b717fdf304b1cdd1b54826db83c0c57 (diff) |
Bump pytz version in requirements.txt
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | requirements_prod.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 9dfaff18..a80ce88a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ Markdown==2.2.0 South==0.7.6 django-countries==1.3 pgpdump==1.3 -pytz>=2012d +pytz>=2012f diff --git a/requirements_prod.txt b/requirements_prod.txt index 2dff0aae..f6b48205 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -6,4 +6,4 @@ pgpdump==1.3 psycopg2==2.4.5 pyinotify==0.9.3 python-memcached==1.48 -pytz>=2012c +pytz>=2012f |