diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:56:50 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 23:56:50 -0500 |
commit | 9f78dc523a0b4cd4e361ffa362629b8340306f72 (patch) | |
tree | a500ac8a9be1d858f815465863c47ab892ed66de /gis/geopy | |
parent | 98bcaf7797fe2e6aa5ae4492bb843ea6b433e2f1 (diff) | |
download | slackbuilds-9f78dc523a0b4cd4e361ffa362629b8340306f72.tar.gz |
various: Kill python-requests dep mention
Diffstat (limited to 'gis/geopy')
-rw-r--r-- | gis/geopy/README | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gis/geopy/README b/gis/geopy/README index 84ec2d8274..3464f8c4a4 100644 --- a/gis/geopy/README +++ b/gis/geopy/README @@ -1,10 +1,9 @@ -geopy makes it easy for developers to locate the coordinates of addresses, -cities, countries, and landmarks across the globe using third-party -geocoders and other data sources. +geopy makes it easy for developers to locate the coordinates of +addresses, cities, countries, and landmarks across the globe using +third-party geocoders and other data sources. -geopy currently includes support for several geocoders, including OpenStreetMap -Nominatim, ESRI ArcGIS, Google Geocoding API and more. +geopy currently includes support for several geocoders, including +OpenStreetMap Nominatim, ESRI ArcGIS, Google Geocoding API and more. -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). +python/pytz and python/python3-aiohttp are optional dependencies that +will be used if available. |