production.txt 379 B

123456789101112131415
  1. -r base.txt
  2. # Additional dependencies for Heroku deployment
  3. dj-database-url==0.4.1
  4. uwsgi==2.0.14
  5. psycopg2==2.7.3.1
  6. whitenoise==3.2.2
  7. boto==2.45.0
  8. django-storages==1.6.5
  9. # For retrieving credentials and signing requests to Elasticsearch
  10. botocore==1.7.10
  11. aws-requests-auth==0.4.0
  12. django-redis==4.8.0
  13. django_cache_url==2.0.0
  14. # For copying initial media to S3 bucket
  15. awscli==1.11.23