Skip to content

Commit 3a8bbc5

Browse files
updated app.json to add heroku build packs
1 parent 839834d commit 3a8bbc5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,13 @@
55
"image": "heroku/python",
66
"repository": "https://github.com/alfredfrancis/ai-chatbot-framework/",
77
"keywords": ["python", "flask","nltk","scikit-learn"],
8-
"addons": [ "mongolab" ]
8+
"addons": [ "mongolab" ],
9+
"buildpacks": [
10+
{
11+
"url": "https://github.com/heroku/exec-buildpack"
12+
},
13+
{
14+
"url": "heroku/python"
15+
}
16+
]
917
}

0 commit comments

Comments
 (0)