move non-essential libs to test-requirements
happybase and oslo.vmware are optional requirements for ceilometer. they should be in test-requirements. Change-Id: I28ae8f12c965ef6da32aeaf5104ede88211e0ff9
This commit is contained in:
parent
1bc9fd7c46
commit
a6a9db3d27
@ -6,7 +6,6 @@ retrying>=1.2.3,!=1.3.0 # Apache-2.0
|
||||
alembic>=0.7.2
|
||||
croniter>=0.3.4 # MIT License
|
||||
eventlet>=0.16.1
|
||||
happybase>=0.5,!=0.7
|
||||
iso8601>=0.1.9
|
||||
jsonpath-rw>=1.2.0,<2.0
|
||||
jsonschema>=2.0.0,<3.0.0
|
||||
@ -20,7 +19,6 @@ oslo.concurrency>=1.4.1 # Apache-2.0
|
||||
oslo.config>=1.6.0 # Apache-2.0
|
||||
oslo.i18n>=1.3.0 # Apache-2.0
|
||||
oslo.rootwrap>=1.5.0 # Apache-2.0
|
||||
oslo.vmware>=0.9.0 # Apache-2.0
|
||||
PasteDeploy>=1.5.0
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
pecan>=0.8.0
|
||||
|
@ -9,12 +9,14 @@ coverage>=3.6
|
||||
discover
|
||||
elasticsearch>=1.3.0
|
||||
fixtures>=0.3.14
|
||||
happybase>=0.5,!=0.7
|
||||
httplib2>=0.7.5
|
||||
mock>=1.0
|
||||
MySQL-python
|
||||
# Docs Requirements
|
||||
oslosphinx>=2.2.0 # Apache-2.0
|
||||
oslotest>=1.2.0 # Apache-2.0
|
||||
oslo.vmware>=0.9.0 # Apache-2.0
|
||||
psycopg2
|
||||
pylint>=1.3.0 # GNU GPL v2
|
||||
pymongo>=2.5
|
||||
|
Loading…
Reference in New Issue
Block a user