summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-12-22 19:11:10 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-12-22 19:11:10 +0000
commit00899711f81fb34e772fd1c27803475e95fb53ca (patch)
treecfdc7e19b3dce54008f70c09ec253d3fa0a68c4b /setup.cfg
parent09ded16b22a03c44d907db965d4a376a132b8030 (diff)
downloadtaskflow-00899711f81fb34e772fd1c27803475e95fb53ca.tar.gz
Updated from global requirements
Change-Id: I0b8a6c4debf281e8d2a4973d60d459ce568d63c0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 0f0c604..f4f84d8 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