Update voluptuous requirement

We use voluptuous.ALLOW_EXTRA which is only in 0.8.6 version and later.

Change-Id: I884b2171ef4d1d078b7ef3499142f611f50f69e1
Depends-On: I9cf70e5ee344468fc75be6ca0bd262a1c1086218
This commit is contained in:
Julien Danjou 2016-01-19 15:37:14 +01:00
parent 1a73b68485
commit 67a6926657
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ six>=1.9.0 # MIT
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
iso8601>=0.1.9 # MIT
zake>=0.1.6 # Apache-2.0
voluptuous>=0.8.2 # BSD License
voluptuous>=0.8.6 # BSD License
msgpack-python>=0.4.0 # Apache-2.0
fasteners>=0.7 # Apache-2.0
retrying!=1.3.0,>=1.2.3 # Apache-2.0