Add geopy to the dependencies

This commit is contained in:
Alexander Hess 2021-03-02 14:33:26 +01:00
parent 3dd848605c
commit 28368cc30a
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 4 additions and 3 deletions

6
poetry.lock generated
View file

@ -622,7 +622,7 @@ testing = ["pytest"]
name = "geographiclib" name = "geographiclib"
version = "1.50" version = "1.50"
description = "The geodesic routines from GeographicLib" description = "The geodesic routines from GeographicLib"
category = "dev" category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
@ -630,7 +630,7 @@ python-versions = "*"
name = "geopy" name = "geopy"
version = "2.1.0" version = "2.1.0"
description = "Python Geocoding Toolbox" description = "Python Geocoding Toolbox"
category = "dev" category = "main"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.5"
@ -2029,7 +2029,7 @@ research = ["jupyterlab", "nb_black", "numpy", "pytz"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "1cb73f8385bd93c2b7091ea64cc4e866e72dfc3d5ceaf78082058c65ed4bc9b4" content-hash = "e4fb8762397c9f8c88e271208e6498f742dc00c4fdc82e1b4db1fa99f182dfb7"
[metadata.files] [metadata.files]
alabaster = [ alabaster = [

View file

@ -32,6 +32,7 @@ Shapely = "^1.7.1"
alembic = "^1.4.2" alembic = "^1.4.2"
click = "^7.1.2" click = "^7.1.2"
folium = "^0.12.1" folium = "^0.12.1"
geopy = "^2.1.0"
googlemaps = "^4.4.2" googlemaps = "^4.4.2"
matplotlib = "^3.3.3" matplotlib = "^3.3.3"
pandas = "^1.1.0" pandas = "^1.1.0"