I\'m trying to push a Django app onto Heroku, but am getting the following error upon running git push heroku master
:
Counting objects: 80, done
For every message
No matching distribution found for X
that you get, you have to manually remove that line from requirements.txt file:
1 - remove the line where X appears
2 - save the file
3 - commit
4 - push
do it again for the next error reported by the prompt, until you reach the end of the list cointained in requirements.txt