From 1403185a56de245b9ca8e0f6fb28caada689983c Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sat, 12 Nov 2016 22:14:04 -0500 Subject: [PATCH] sync up requirements with global-requirements in an effort to make things more standardized, we should use the requirements outlined by the global-requirements team [1]. note that httpretty is no longer a global-requirement, we should probably transition to using mock or requests-mock. [1] https://github.com/openstack/requirements/blob/master/global-requirements.txt Change-Id: I0c46731e7b0427f7564b0c654d6d9be4a4685b2b --- requirements.txt | 18 ++++++++++-------- test-requirements.txt | 15 +++++++-------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index 469b289..cc70aa0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,10 @@ -python-ceilometerclient -python-cinderclient -python-glanceclient -python-heatclient -python-keystoneclient -python-neutronclient -python-novaclient -python-swiftclient +requests>=2.10.0 # Apache-2.0 +keystoneauth1>=2.14.0 # Apache-2.0 +python-ceilometerclient>=2.5.0 # Apache-2.0 +python-cinderclient>=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0 +python-glanceclient>=2.5.0 # Apache-2.0 +python-heatclient>=1.5.0 # Apache-2.0 +python-keystoneclient>=3.6.0 # Apache-2.0 +python-neutronclient>=5.1.0 # Apache-2.0 +python-novaclient>=2.29.0,!=2.33.0 # Apache-2.0 +python-swiftclient>=2.2.0 # Apache-2.0 \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 9ea5399..3518d31 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,9 @@ bashate>=0.2 # Apache-2.0 -hacking>=0.10.0,<0.11 +hacking>=0.12.0,<0.13 # Apache-2.0 httpretty -testtools -nose -requests -testrepository -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -doc8 -openstackdocstheme>=1.0.3 +testtools>=1.4.0 # MIT +nose # LGPL +sphinx>=1.2.1,!=1.3b1,<1.4 # BSD +testrepository>=0.0.18 # Apache-2.0/BSD +doc8 # Apache-2.0 +openstackdocstheme>=1.5.0 # Apache-2.0 \ No newline at end of file