Merge pull request #1669 from fabaff/vincenty

Upgrade vincenty to 0.1.4 (fixes #1666)
pull/1678/merge
Paulus Schoutsen 2016-04-01 08:00:10 -07:00
commit 2c6b4db448
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ requests>=2,<3
pyyaml>=3.11,<4
pytz>=2015.4
pip>=7.0.0
vincenty==0.1.3
vincenty==0.1.4
jinja2>=2.8
voluptuous==0.8.9

View File

@ -15,7 +15,7 @@ REQUIRES = [
'pyyaml>=3.11,<4',
'pytz>=2015.4',
'pip>=7.0.0',
'vincenty==0.1.3',
'vincenty==0.1.4',
'jinja2>=2.8',
'voluptuous==0.8.9',
]