summaryrefslogtreecommitdiffstats
path: root/gis/geopy/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2020-06-27 13:59:37 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-06-28 08:16:42 +0700
commit09797da4d527d17ca116dcb0fee14094dd420372 (patch)
treef514e74afa91cbd9de009a5f56735b0551e158cc /gis/geopy/README
parent5f98420c7bbcf322529c3b9536ca82e7008442f8 (diff)
downloadslackbuilds-09797da4d527d17ca116dcb0fee14094dd420372.tar.gz
slackbuilds-09797da4d527d17ca116dcb0fee14094dd420372.tar.xz
gis/geopy: Updated for version 2.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/geopy/README')
-rw-r--r--gis/geopy/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/gis/geopy/README b/gis/geopy/README
index a235b18e15..84ec2d8274 100644
--- a/gis/geopy/README
+++ b/gis/geopy/README
@@ -5,4 +5,6 @@ geocoders and other data sources.
geopy currently includes support for several geocoders, including OpenStreetMap
Nominatim, ESRI ArcGIS, Google Geocoding API and more.
-python/pytz is an optional dependency that will be used if available.
+python/pytz, python/python-requests and python/python3-aiohttp are optional
+dependencies that will be used if available (they must all be built with
+Python 3 support).