On 05/10/2010 12:43, Julian wrote:
I'm developing a django app which depends on an app in a private
bitbucket repository, for example
ssh://h...@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 n
Hi,
I'm developing a django app which depends on an app in a private
bitbucket repository, for example
ssh://h...@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.
--
http://mail.pyth