diff --git a/app.json b/app.json new file mode 100644 index 000000000..e3940ed7a --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "dash-table", + "scripts": { + }, + "env": { + }, + "formation": { + "web": { + "quantity": 1 + } + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/python" + } + ] +}