I am trying to deploy a Django 1.7 project to a new app in Heroku but I get the following ValueError on the Django requirement.
ValueError: ("Expected ',' or end-of-list in", 'Django==git+git://github.com/django/[email protected]', 'at', '+git://github.com/django/[email protected]')
My requirements.txt snippet is:
Django==git+git://github.com/django/[email protected]