Update voluptuous requirement

Reading historical voluptuous docs it appears that the change to dict
handling occurred in the new 0.10.2 release. There are no earlier 0.10
releases to check against so just require voluptuous>=0.10.2.

Change-Id: I5ade4a8c2d03d5519ae1ed95e133717d5c28d0ad
This commit is contained in:
Clark Boylan 2017-04-12 09:14:16 -07:00
parent 0a38b6c568
commit 9ada50e87a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ordereddict
python-daemon>=2.0.4,<2.1.0
extras
statsd>=1.0.0,<3.0
voluptuous>=0.7
voluptuous>=0.10.2
gear>=0.5.7,<1.0.0
apscheduler>=3.0
PrettyTable>=0.6,<0.8