I was trying to deploy my django project on heroku from heroku cli. So I created an app and then I ran git push heroku master from the project directory. Then I
git push heroku master
I also had this problem, but by adding
python-decouple==3.1
into the requirements.txt file, I was able to get past it!
requirements.txt