I'm trying to upload my application in heroku but when i try to do the first push I get this:
-----> Python app detected
-----> No runtime.txt provided; assuming python-2.7.4.
-----> Preparing Python runtime (python-2.7.4)
-----> Installing Distribute (0.6.36)
-----> Installing Pip (1.3.1)
-----> Installing dependencies using Pip (1.3.1)
then, the proccess stop working for a long time and it neve finish. After 15 minutes I got hits:
! Timed out compiling Python app (15 minutes)
! See https://devcenter.heroku.com/articles/slug-compiler#time-limit
What can I do?
My requirements.txt is like that:
Django==1.5.2
argparse==1.2.1
distribute==0.6.24
wsgiref==0.1.2