将存储库 url 添加到项目 setup.py 中的 install_requires

发布于 2024-09-26 11:07:55 字数 275 浏览 3 评论 0原文

我正在开发一个 django 应用程序,它依赖于私有应用程序 bitbucket 存储库,例如 ssh:/[email protected]/username/my -django-应用程序。 是否可以将此网址添加到我的 install_requires 列表中 设置.py?尝试了各种可能性,但没有成功。

I'm developing a django app which depends on an app in a private
bitbucket repository, for example ssh:/[email protected]/username/my-django-app.
is it possible to add this url to the list of install_requires in my
setup.py? tried various possibilities, but none worked.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不美如何 2024-10-03 11:07:55

我不知道你是否可以使用setuptools来做到这一点,但是可以使用distribute(可以将其视为新的setuptools)。检查 分发文档中 PyPI 部分中没有的依赖项< /a>.

I don't know if you can do this with setuptools, but it's possible with distribute (wich can be consider as the new setuptools). Check Dependencies that aren’t in PyPI sections in distribute documentation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文