From f98b2ad496f706cf5c2a70dc838ef236f4070df4 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 15 Feb 2017 10:19:21 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id715b25d2e1d1a2ed512dd5c306c9d76f8a87f67 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b91e015..c7716b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ django-babel>=0.5.1 # BSD django-compressor>=2.0 # MIT django-openstack-auth>=3.1.0 # Apache-2.0 django-pyscss>=2.0.2 # BSD License (2 clause) -python-karborclient>=0.1.1 # Apache-2.0 +python-karborclient>=0.1.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9856e2c..2d22f6f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ hacking<0.11,>=0.10.2 # Apache-2.0 coverage>=4.0 # Apache-2.0 django-nose>=1.4.4 # BSD -docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain +docutils>=0.11 # OSI-Approved Open Source, Public Domain mock>=2.0 # BSD mox3!=0.19.0,>=0.7.0 # Apache-2.0 nodeenv>=0.9.4 # BSD @@ -21,7 +21,7 @@ nosexcover # BSD openstack.nose-plugin>=0.7 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0 selenium>=2.50.1 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD testtools>=1.4.0 # MIT # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT