summaryrefslogtreecommitdiff
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
parent8017d7db50503a0a2a30d2fe7b0340044f69976a (diff)
downloadtaskflow-79349cf2f2001830e529c9fc2f998b3080c42285.tar.gz
Updated from global requirements
Change-Id: I5d93bd4d2185c8f464f04772fa35618f5775a3d9
-rw-r--r--requirements.txt2
-rw-r--r--setup.cfg4
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index a060f50..9d61ac5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
# Packages needed for using this library.
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