[Answer]-Difficulties pushing application to Heroku

1👍

Does your repository have a requirements.txt file at the top level of you repo? That’s what Heroku uses to determine whether your app should use the Python build pack. Details:

👤friism

Leave a comment