From 28368cc30afee08719139b7991a313c7906598c3 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 2 Mar 2021 14:33:26 +0100 Subject: [PATCH] Add geopy to the dependencies --- poetry.lock | 6 +++--- pyproject.toml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index cd0b90a..5731c25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -622,7 +622,7 @@ testing = ["pytest"] name = "geographiclib" version = "1.50" description = "The geodesic routines from GeographicLib" -category = "dev" +category = "main" optional = false python-versions = "*" @@ -630,7 +630,7 @@ python-versions = "*" name = "geopy" version = "2.1.0" description = "Python Geocoding Toolbox" -category = "dev" +category = "main" optional = false python-versions = ">=3.5" @@ -2029,7 +2029,7 @@ research = ["jupyterlab", "nb_black", "numpy", "pytz"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "1cb73f8385bd93c2b7091ea64cc4e866e72dfc3d5ceaf78082058c65ed4bc9b4" +content-hash = "e4fb8762397c9f8c88e271208e6498f742dc00c4fdc82e1b4db1fa99f182dfb7" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index 194766e..6dc65fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ Shapely = "^1.7.1" alembic = "^1.4.2" click = "^7.1.2" folium = "^0.12.1" +geopy = "^2.1.0" googlemaps = "^4.4.2" matplotlib = "^3.3.3" pandas = "^1.1.0"