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


i'm developing django app depends on app in private bitbucket repository, example ssh:/...@bitbucket.org/username/my-django-app. possible add url list of install_requires in setup.py? tried various possibilities, none worked.

i don't know if can setuptools, it's possible distribute (wich can consider new setuptools). check dependencies aren’t in pypi sections in distribute documentation.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -