production.txt 613 B

12345678910111213141516171819
  1. -r base.txt
  2. # elasticsearch==2.x.x chosen for compatibility with t2.micro.elasticsearch and t2.small.elasticsearch
  3. # instance types on AWS (Elasticsearch 2.3). Adjust for your deployment as needed.
  4. elasticsearch==2.4.1
  5. # Additional dependencies for Heroku deployment
  6. dj-database-url==0.4.1
  7. uwsgi==2.0.17.1
  8. psycopg2==2.7.3.1
  9. whitenoise==3.2.2
  10. boto3==1.9.189
  11. django-storages==1.7.1
  12. # For retrieving credentials and signing requests to Elasticsearch
  13. botocore==1.12.33
  14. aws-requests-auth==0.4.0
  15. django-redis==4.8.0
  16. django_cache_url==2.0.0
  17. # For copying initial media to S3 bucket
  18. awscli==1.16.43
  19. urllib3>=1.21.1,<1.26