I took a peek at your repo and I think the requirements.txt might be the culprit. It seems you have auto-created the requirements file and it has 374 specific package dependencies!
This is likely the cause of your error, I would suggest editing your requirements to have only the packages you import and use in your app.