开发者

Add repository url to install_requires in project's setup.py

开发者 https://www.devze.com 2023-01-18 21:56 出处:网络
I\'m developing a django app which depends on an app in a private bitbucket repos开发者_如何学JAVAitory, for example ssh:/...@bitbucket.org/username/my-django-app.

I'm developing a django app which depends on an app in a private bitbucket repos开发者_如何学JAVAitory, for example ssh:/...@bitbucket.org/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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消