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