[MERGE] osv: automatically retry transactions that failed due to a transient concurre...
[odoo/odoo.git] / setup.py
index 75c7306..7ef52a1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -98,7 +98,7 @@ setuptools.setup(
           'gdata',
           'lxml',
           'mako',
-          'psycopg2',
+          'psycopg2 >= 2.0.14',
           'pydot',
           'python-dateutil < 2',
           'python-ldap',