gdal to requires in carto-package

This commit is contained in:
Simon Martín 2018-08-16 16:19:10 +02:00
parent 8d7ecf61ef
commit 74811adc74

View File

@ -3,13 +3,13 @@
"current_version": { "current_version": {
"requires": { "requires": {
"node": ">=6.9.2 <10.0", "node": ">=6.9.2 <10.0",
"npm": ">=3.10.9" "npm": ">=3.10.9",
"gdal":">=1.11.0"
}, },
"works_with": { "works_with": {
"redis": ">=3.0.0", "redis": ">=3.0.0",
"postgresql": ">=9.5", "postgresql": ">=9.5",
"postgis": ">=2.2", "postgis": ">=2.2",
"gdal":">=1.11.0",
"carto_postgresql_ext": ">=0.19" "carto_postgresql_ext": ">=0.19"
} }
} }