I really want to use the Mashape python module in an app I have on Heroku. https://github.com/Mashape/mashape-python-client-library
However I've tried pip install mashape but I can't install it that way so I can't put it in my pip requirements.txt for Heroku to install when I deploy my application.
Is there another way around this? And in general is there a way for a Heroku app to use python modules that aren't installable via pip (like build from source instead)?