From 2df9cf0bfed38433c3f5a56db7707c6e31647d1b Mon Sep 17 00:00:00 2001 From: Roman Prykhodchenko Date: Thu, 18 Feb 2016 14:42:23 +0100 Subject: [PATCH] Update requirements This patch synchronizes all requirements with master version of Global Requirements for Mitaka release. Partial-bug: #1469045 Change-Id: Id5148b373b969f56bfc3ebc1e84a8ff04934c4c5 --- requirements.txt | 12 ++++++------ test-requirements.txt | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4f5fa03..72853f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ # 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. -cliff>=1.14.0 # Apache-2.0 -pbr>=1.6 -python-keystoneclient>=1.6.0 -PyYAML>=3.1.0 -requests!=2.8.0,>=2.5.2 -six>=1.9.0 +cliff!=1.16.0,>=1.15.0 # Apache-2.0 +pbr>=1.6 # Apache-2.0 +python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 +PyYAML>=3.1.0 # MIT +requests!=2.9.0,>=2.8.1 # Apache-2.0 +six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 6796d17..3d7a2a5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,14 +1,14 @@ # 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. -coverage>=3.6 -fixtures>=1.3.1 -hacking<0.11,>=0.10.2 -mock>=1.2 +coverage>=3.6 # Apache-2.0 +fixtures>=1.3.1 # Apache-2.0/BSD +hacking<0.11,>=0.10.2 # Apache-2.0 +mock>=1.2 # BSD oslotest>=1.10.0 # Apache-2.0 -requests-mock>=0.6.0 # Apache-2.0 -testrepository>=0.0.18 -testtools>=1.4.0 +requests-mock>=0.7.0 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testtools>=1.4.0 # MIT # Files beyond this line are not in Global Requirements list # and must be added there.