Merge pull request #515 from CartoDB/development

carto-package.json
This commit is contained in:
Alejandro Guirao Rodríguez 2018-08-20 10:35:32 +02:00 committed by GitHub
commit 288e3a4077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@
"current_version": {
"requires": {
"postgresql": "^10.0.0",
"postgis": "^2.4",
"cartodb-extension": "^0.23.0"
"postgis": "^2.4.0.0",
"carto_postgresql_ext": "^0.23.0"
},
"works_with": {
"dataservices-api-server-extension": "^0.32.0"

View File

@ -3,8 +3,8 @@
"current_version": {
"requires": {
"postgresql": "^10.0.0",
"postgis": "^2.4",
"cartodb-postgresql": "^0.23.0"
"postgis": "^2.4.0.0",
"carto_postgresql_ext": "^0.23.0"
},
"works_with": {
"dataservices-api-server-python-lib": "^0.19.1",

View File

@ -2,7 +2,7 @@
"name": "dataservices-api-server-python-lib",
"current_version": {
"requires": {
"python": "2.7"
"python": "~2.7.0"
}
}
}