21aac960a6
Add routing with waypoints functions to client and server. Includes signature checks tests for the Postgresql functions and unit and integration tests for the Python library. Add client v0.6.0 and server v0.9.0
6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
comment = 'CartoDB dataservices server extension'
|
|
default_version = '0.9.0'
|
|
requires = 'plpythonu, plproxy, postgis, cdb_geocoder'
|
|
superuser = true
|
|
schema = cdb_dataservices_server
|