diff options
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 |
commit | 09797da4d527d17ca116dcb0fee14094dd420372 (patch) | |
tree | f514e74afa91cbd9de009a5f56735b0551e158cc /gis/geopy/README | |
parent | 5f98420c7bbcf322529c3b9536ca82e7008442f8 (diff) |
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/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gis/geopy/README b/gis/geopy/README index a235b18e15957..84ec2d82746e2 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). |