2
0

production.txt 416 B

123456789101112131415
  1. -r base.txt
  2. elasticsearch==5.5.3
  3. # Additional dependencies for Heroku, AWS, and Google Cloud deployment
  4. dj-database-url==0.4.1
  5. uwsgi>=2.0.17,<2.1
  6. psycopg2>=2.7,<3.0
  7. whitenoise>=5.0,<5.1
  8. boto3==1.9.189
  9. google-cloud-storage==1.20.0
  10. django-storages>=1.8,<1.9
  11. # For retrieving credentials and signing requests to Elasticsearch
  12. botocore>=1.12.33,<1.13
  13. aws-requests-auth==0.4.0
  14. django-redis==5.2.0
  15. django_cache_url==2.0.0