2
0

production.txt 412 B

1234567891011121314
  1. -r base.txt
  2. elasticsearch==5.5.3
  3. # Additional dependencies for Heroku, AWS, and Google Cloud deployment
  4. uwsgi>=2.0.17,<2.1
  5. psycopg[binary]>=3.1,<3.2
  6. whitenoise==6.6.0
  7. boto3==1.9.189
  8. google-cloud-storage==2.13.0
  9. django-storages==1.14.2
  10. # For retrieving credentials and signing requests to Elasticsearch
  11. botocore>=1.12.33,<1.13
  12. aws-requests-auth==0.4.3
  13. django-redis==5.4.0
  14. django-basic-auth-ip-whitelist>=0.6,<0.7