diff options
author | Dan McGee <dan@archlinux.org> | 2013-07-13 09:56:12 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-07-13 09:56:12 -0500 |
commit | e4ba546a56d3cbfb4b76508a318ae77d88bff0c7 (patch) | |
tree | 619b3865a42592891aa7e4f751db0e6c7b794e28 | |
parent | 845769e156520708acf65c8f3ec2756476202cc7 (diff) |
Bump psycopg2 requirements 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 1c331cf9..1daa9e85 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -7,7 +7,7 @@ bencode==1.0 django-countries==1.5 jsmin==2.0.3 pgpdump==1.4 -psycopg2==2.5 +psycopg2==2.5.1 pyinotify==0.9.4 python-memcached==1.51 pytz>=2013b |