Merge pull request #110720 from fabaff/geojson_client

This commit is contained in:
Sandro
2021-01-25 02:11:35 +01:00
committed by GitHub
4 changed files with 77 additions and 2 deletions
+4
View File
@@ -2512,6 +2512,8 @@ in {
geojson = callPackage ../development/python-modules/geojson { };
geojson-client = callPackage ../development/python-modules/geojson-client { };
geopandas = callPackage ../development/python-modules/geopandas { };
geopy = if isPy3k then
@@ -2869,6 +2871,8 @@ in {
hatasmota = callPackage ../development/python-modules/hatasmota { };
haversine = callPackage ../development/python-modules/haversine { };
hawkauthlib = callPackage ../development/python-modules/hawkauthlib { };
hbmqtt = callPackage ../development/python-modules/hbmqtt { };