Add geofencing to automation

This commit is contained in:
Paulus Schoutsen 2015-09-29 00:18:52 -07:00
parent 5ad27d8cdb
commit 2eb36c18bd
5 changed files with 277 additions and 15 deletions

View file

@ -20,6 +20,7 @@ REQUIRES = [
'pyyaml>=3.11,<4',
'pytz>=2015.4',
'pip>=7.0.0',
'vincenty==0.1.2'
]
setup(