我真的很想在 Heroku 上的应用程序中使用 Mashape python 模块。https://github.com/Mashape/mashape-python-client-library
但是我已经尝试过pip install mashape
,但我无法以这种方式安装它,所以我无法将它放在我的 pip requirements.txt 中,以便在我部署我的应用程序时安装 Heroku。
还有其他方法吗?一般来说,Heroku 应用程序有没有办法使用无法通过 pip 安装的 python 模块(比如从源代码构建)?