From 303df3e9313038587ae6e75bb3d3c6e545c0bb7c Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Sat, 4 Jan 2014 15:28:41 +0200 Subject: [PATCH] Update psycopg2 requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94a6252..a49146f 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ extras_require = { 'Jinja2>=2.3', 'docutils>=0.10', 'flexmock>=0.9.7', - 'psycopg2>=2.4.6', + 'psycopg2>=2.5.1', 'pymysql' ], 'anyjson': ['anyjson>=0.3.3'],