summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Robby Workman2021-04-21 06:56:50 +0200
committer Robby Workman2021-04-21 06:56:50 +0200
commit9f78dc523a0b4cd4e361ffa362629b8340306f72 (patch)
treea500ac8a9be1d858f815465863c47ab892ed66de /gis
parent98bcaf7797fe2e6aa5ae4492bb843ea6b433e2f1 (diff)
downloadslackbuilds-9f78dc523a0b4cd4e361ffa362629b8340306f72.tar.gz
various: Kill python-requests dep mention
Diffstat (limited to 'gis')
-rw-r--r--gis/geopy/README15
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.