summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-04-12 04:23:36 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-04-12 04:23:36 +0000
commit79349cf2f2001830e529c9fc2f998b3080c42285 (patch)
treea7ee41bce4f3620240bd3bcb2d612b32e51a9bf2 /setup.cfg
parent8017d7db50503a0a2a30d2fe7b0340044f69976a (diff)
downloadtaskflow-79349cf2f2001830e529c9fc2f998b3080c42285.tar.gz
Updated from global requirements
Change-Id: I5d93bd4d2185c8f464f04772fa35618f5775a3d9
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 ebd3520..30b02bc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -63,14 +63,14 @@ zookeeper =
redis =
redis>=2.10.0 # MIT
workers =
- kombu>=3.0.25 # BSD
+ kombu!=4.0.2,>=4.0.0 # BSD
eventlet =
eventlet!=0.18.3,>=0.18.2 # MIT
doc =
sphinx>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
database =
- SQLAlchemy<1.1.0,>=1.0.10 # MIT
+ SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
alembic>=0.8.10 # MIT
SQLAlchemy-Utils # BSD License
PyMySQL>=0.7.6 # MIT License