From cc1bac2445866f311e9ac00e130e8f011684617a Mon Sep 17 00:00:00 2001 From: Serg Melikyan Date: Thu, 10 Oct 2013 11:06:05 +0400 Subject: [PATCH] Update requirements from Global Reqs Change-Id: Ia911183da4f41fca64a8f0d5caae1857b7a496d3 --- requirements.txt | 5 +++-- setup.py | 1 + test-requirements.txt | 18 +++++++++--------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9fc8146..05af061 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ pbr>=0.5.21,<1.0 -anyjson -eventlet>=0.9.12 +anyjson>=0.3.3 +eventlet>=0.13.0 + https://github.com/istalker2/puka/releases/download/1.0.7c/puka-1.0.7c.tar.gz#egg=puka-1.0.7c diff --git a/setup.py b/setup.py index c0a24ea..70c2b3f 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools setuptools.setup( diff --git a/test-requirements.txt b/test-requirements.txt index fac76e4..5eaf6d0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,16 +1,16 @@ # Install bounded pep8/pyflakes first, then let flake8 install pep8==1.4.5 -pyflakes==0.7.2 +pyflakes>=0.7.2,<0.7.4 flake8==2.0 -hacking>=0.5.3,<0.6 +hacking>=0.5.6,<0.8 -coverage +coverage>=3.6 discover -fixtures>=0.3.12 -keyring -mock +fixtures>=0.3.14 +keyring>=1.6.1,<2.0 +mock>=1.0 sphinx>=1.1.2 -testrepository>=0.0.13 -testtools>=0.9.26 +testrepository>=0.0.17 +testtools>=0.9.32 unittest2 -nose \ No newline at end of file +nose