From efb060350c94e0fa2092f779cc417c84209cbdee Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 24 Dec 2017 00:51:41 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I6a3a011450e8898552b634dcfe60136a7855f76b --- doc/requirements.txt | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 3c6f7fbbcca..685810b43f6 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,6 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. openstackdocstheme>=1.17.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 diff --git a/requirements.txt b/requirements.txt index 00a8b8de690..b79767efac4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ requests>=2.14.2 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 Routes>=2.3.1 # MIT taskflow>=2.7.0 # Apache-2.0 -rtslib-fb!=2.1.60,!=2.1.61,>=2.1.43 # Apache-2.0 +rtslib-fb!=2.1.60,!=2.1.61,!=2.1.64,>=2.1.43 # Apache-2.0 simplejson>=3.5.1 # MIT six>=1.10.0 # MIT SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT