From 00899711f81fb34e772fd1c27803475e95fb53ca Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 22 Dec 2016 19:11:10 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I0b8a6c4debf281e8d2a4973d60d459ce568d63c0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0f0c604f..f4f84d80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ zookeeper = redis = redis>=2.10.0 # MIT workers = - kombu!=4.0.0,>=3.0.25 # BSD + kombu!=4.0.0,!=4.0.1,!=4.0.2,>=3.0.25 # BSD eventlet = eventlet!=0.18.3,>=0.18.2 # MIT doc = @@ -73,7 +73,7 @@ database = SQLAlchemy<1.1.0,>=1.0.10 # MIT alembic>=0.8.4 # MIT SQLAlchemy-Utils # BSD License - PyMySQL!=0.7.7,>=0.7.6 # MIT License + PyMySQL>=0.7.6 # MIT License psycopg2>=2.5 # LGPL/ZPL test = pydotplus>=2.0.2 # MIT License