From 9ddde1aa6f1bef03ef5297e37cf4671438a1448a Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Fri, 1 May 2015 00:55:32 +0600 Subject: [PATCH] Update requirements for master branch Change-Id: I840210b07d23107fa64b94982c9762259ae9337b --- requirements.txt | 6 +++--- setup.py | 2 +- test-requirements.txt | 10 +++------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index d3565ba5..c6fafd42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -cliff>=1.7.0 # Apache-2.0 +cliff>=1.10.0 # Apache-2.0 pbr>=0.6,!=0.7,<1.0 -python-keystoneclient>=0.10.0 +python-keystoneclient>=1.3.0 PyYAML>=3.1.0 -requests>=1.2.1,!=2.4.0 +requests>=2.5.2 diff --git a/setup.py b/setup.py index 10ec1210..73637574 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test-requirements.txt b/test-requirements.txt index 98f487dd..44083f9b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,12 +1,8 @@ hacking>=0.9.2,<0.10 -pyflakes==0.8.1 -flake8==2.1.0 -pylint==0.25.2 -sphinx>=1.1.2,!=1.2.0,<1.3 +pylint==1.4.1 # GNU GPL v2 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 unittest2 fixtures>=0.3.14 mock>=1.0 nose -testtools>=0.9.34 -lockfile>=0.8 -tempest-lib +testtools>=0.9.36,!=1.2.0