production.txt 403 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. psycopg2>=2.7,<3.0
  6. whitenoise>=5.0,<5.1
  7. boto3==1.9.189
  8. google-cloud-storage==1.20.0
  9. django-storages==1.13.1
  10. # For retrieving credentials and signing requests to Elasticsearch
  11. botocore>=1.12.33,<1.13
  12. aws-requests-auth==0.4.0
  13. django-redis==5.2.0
  14. django-basic-auth-ip-whitelist==0.5