Я пытаюсь поставить проект Django на heroku, следуя инструкциям, перечисленным здесь: http://devcenter.heroku.com/articles/django
Однако всякий раз, когда я добираюсь до этой строки, пипп не получается: git push heroku master
-----> Heroku receiving push
-----> Python/Django app detected
-----> Preparing virtualenv version 1.7
New python executable in ./bin/python
Installing distribute...........................................................................................................................................................................................done.
Installing pip...............done.
-----> Activating virtualenv
-----> Installing dependencies using pip version 1.0.2
Downloading/unpacking Brlapi==0.5.5 (from -r requirements.txt (line 1))
Could not find any downloads that satisfy the requirement Brlapi==0.5.5 (from -r requirements.txt (line 1))
No distributions at all found for Brlapi==0.5.5 (from -r requirements.txt (line 1))
. Storing complete log in /app/.pip/pip.log
! Heroku push rejected, failed to compile Python/django app
To git@heroku.com:fierce-stone-5846.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:fierce-stone-5846.git
Проблема в том, что пипс не может найти зависимости.Я искал ответ везде, поэтому любой совет, который вы можете предложить, будет полезен.В случае необходимости вы можете найти проект вместе с файлом require.txt здесь: https://github.com/Ballaw/Twithub