buildpack

App not compatible with buildpack – Heroku/python

App not compatible with buildpack – Heroku/python Question: I get this message when trying to push my project to GitHub to connect with Heroku —–> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure Push failed I already put my Requirements.txt and Procfile in the root. My Requirements.txt looks like this: json5==0.8.5 jsonschema==2.6.0 regex==2018.2.21 requests==2.23.0 …

Total answers: 2