From 9f78dc523a0b4cd4e361ffa362629b8340306f72 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 20 Apr 2021 23:56:50 -0500 Subject: various: Kill python-requests dep mention --- gis/geopy/README | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'gis') diff --git a/gis/geopy/README b/gis/geopy/README index 84ec2d82746e..3464f8c4a407 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. -- cgit v1.2.3