将自制的python模块添加到myoku应用程序

时间:2019-01-09 12:42:29

标签: python heroku plotly-dash

我正在尝试启动Python-Heroku应用程序。我的应用程序要求之一是将一个自制模块保存到* .tar.gz中。我已经在本地环境中正确加载了模块,但是当我将其加载到Heroku中时,找不到它。

git add .
git push heroku master

! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/dash-alphav6.git'

您是否知道如何将我的自制模块上传到Heroku?

1 个答案:

答案 0 :(得分:0)

尝试将模块托管在GitHub上,然后添加git repo并执行pip install Heroku自己的支持描述了此方法:https://devcenter.heroku.com/articles/python-pip#git-backed-distributions 对于公共回购:

git+git://github.com/kennethreitz/requests.git

对于私人仓库:

git+https://user:password@github.com/nsa/secret.git