diff options
author | Dan McGee <dan@archlinux.org> | 2014-01-07 23:18:18 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-01-09 08:41:23 -0600 |
commit | f4d49590153a5c39d4b60ba0a9c2901c344ff45a (patch) | |
tree | b22f2e7f72e3cd2dea51aacf86391e491f8b5a3b | |
parent | b47b4e73b856b34afa07b1d72367dba4a7c6c005 (diff) |
Bump psycopg2 version
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements_prod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt index e609c5d6..7210d3bd 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -7,7 +7,7 @@ bencode==1.0 django-countries==1.5 jsmin==2.0.8 pgpdump==1.4 -psycopg2==2.5.1 +psycopg2==2.5.2 pyinotify==0.9.4 python-memcached==1.53 pytz>=2013.8 |