From 828856ecfe995d6c93d963c8e57d55c83aa8d603 Mon Sep 17 00:00:00 2001 From: David Caro Date: Tue, 20 Feb 2018 10:55:25 +0100 Subject: [PATCH] setup: pin sqlalchemy-utils This should be removed once https://github.com/inveniosoftware/invenio-oauthclient/pull/159 is merged. Signed-off-by: David Caro --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d91cb9f5b4..3d2710deb7 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ 'Flask~=0.0,>=0.12.2', 'IDUtils~=0.0,>=0.2.4', 'SQLAlchemy~=1.0,>=1.1.14,<1.2', + 'SQLAlchemy-Utils~=0.0,<0.33', 'amqp~=1.0,>=1.4.9', 'backoff~=1.0,>=1.4.3', 'backports.tempfile>=1.0rc1',