summaryrefslogtreecommitdiffstats
path: root/gis/geopy/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/geopy/README')
-rw-r--r--gis/geopy/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/gis/geopy/README b/gis/geopy/README
index a235b18e15..3464f8c4a4 100644
--- a/gis/geopy/README
+++ b/gis/geopy/README
@@ -1,8 +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 is an optional dependency that will be used if available.
+python/pytz and python/python3-aiohttp are optional dependencies that
+will be used if available.