remove voluptuous
We have replaced voluptuous with jsonschema in [1]. Now voluptuous can be removed. [1]: https://review.openstack.org/#/c/561182/ Change-Id: I99c65ed79ef166839838559a808ee7607389e07a
This commit is contained in:
parent
595cd1d435
commit
b92a26345f
@ -155,7 +155,6 @@ ujson==1.35
|
|||||||
unittest2==1.1.0
|
unittest2==1.1.0
|
||||||
urllib3==1.22
|
urllib3==1.22
|
||||||
vine==1.1.4
|
vine==1.1.4
|
||||||
voluptuous==0.11.1
|
|
||||||
waitress==1.1.0
|
waitress==1.1.0
|
||||||
warlock==1.3.0
|
warlock==1.3.0
|
||||||
WebOb==1.7.4
|
WebOb==1.7.4
|
||||||
|
@ -28,7 +28,6 @@ PasteDeploy>=1.5.2 # MIT
|
|||||||
pbr>=3.1.1 # Apache-2.0
|
pbr>=3.1.1 # Apache-2.0
|
||||||
pecan>=1.2.1 # BSD
|
pecan>=1.2.1 # BSD
|
||||||
PrettyTable<0.8,>=0.7.2 # BSD
|
PrettyTable<0.8,>=0.7.2 # BSD
|
||||||
voluptuous>=0.11.1 # BSD License
|
|
||||||
gnocchiclient>=7.0.1 # Apache-2.0
|
gnocchiclient>=7.0.1 # Apache-2.0
|
||||||
python-ceilometerclient>=2.9.0 # Apache-2.0
|
python-ceilometerclient>=2.9.0 # Apache-2.0
|
||||||
python-cinderclient>=3.5.0 # Apache-2.0
|
python-cinderclient>=3.5.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user