base.txt 300 B

123456789
  1. Django==1.11.3
  2. django-dotenv==1.4.1
  3. # elasticsearch==2.3.0 chosen for compatibility with t2.micro.elasticsearch and t2.small.elasticsearch
  4. # instance types on AWS. Adjust for your deployment as needed.
  5. elasticsearch==2.3.0
  6. requests-aws4auth==0.9
  7. wagtail==1.12
  8. wagtailfontawesome==1.0.6
  9. Pillow==4.0.0