Hi,
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.