diff --git a/app.json b/app.json new file mode 100644 index 0000000..e2c2203 --- /dev/null +++ b/app.json @@ -0,0 +1,21 @@ +{ + "name": "bi-redirector", + "description": "Redirect queries from PowerBI", + "scripts": { + }, + "env": { + "PORT": { + "required": true + } + }, + "formation": { + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/python" + } + ] +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 340c54a..81d6ba7 100644 Binary files a/requirements.txt and b/requirements.txt differ