Add initial config validation

This commit is contained in:
Paulus Schoutsen 2016-03-27 18:48:51 -07:00
parent 0549bc0290
commit 5baa98b79f
24 changed files with 349 additions and 72 deletions

View file

@ -17,6 +17,7 @@ REQUIRES = [
'pip>=7.0.0',
'vincenty==0.1.3',
'jinja2>=2.8',
'voluptuous==0.8.9',
]
setup(