Proper install dependency by requirements.txt or how to properly install dependency which was edited Proper install dependency by requirements.txt or how to properly install dependency which was edited heroku heroku

Proper install dependency by requirements.txt or how to properly install dependency which was edited


You can put repository urls in requirements.txt like so:

git+https://bitbucket.org/C14L/django-bleach.git

or be more specific and specify the branch:

git+https://bitbucket.org/C14L/django-bleach.git@django_1_9_fix

Pip documentation.