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
This commit is contained in:
parent
712bb2bce5
commit
1403185a56
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user