From 11b16baa11fdd7f5cbd707c119086a5931481847 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 5 Apr 2017 22:07:01 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ic4f72867fd65e48e5433053c9646764fad895bf3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ce0e2b7..a9d734e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pbr>=2.0.0 # Apache-2.0 # < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983 -SQLAlchemy>=1.0.10 # MIT +SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT eventlet!=0.18.3,>=0.18.2 # MIT PasteDeploy>=1.5.0 # MIT Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT