From 38f7b68a64121569890fec3f3933b408a2e447a8 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 17 Mar 2018 08:48:15 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I3d8b3d783c2ab37e1c907f7e6802ac00152d8439 --- 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 8541fe3867..77fc36caec 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. sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD sphinxcontrib-actdiag>=0.8.5 # BSD sphinxcontrib-seqdiag>=0.8.4 # BSD diff --git a/requirements.txt b/requirements.txt index b9fff72269..e34ac84fc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=4.17.0 # Apache-2.0 lxml!=3.7.0,>=3.4.1 # BSD Routes>=2.3.1 # MIT -cryptography!=2.0,>=1.9 # BSD/Apache-2.0 +cryptography>=2.1 # BSD/Apache-2.0 WebOb>=1.7.1 # MIT greenlet>=0.4.10 # MIT PasteDeploy>=1.5.0 # MIT