base.txt 309 B

123456789
  1. Django>=2.0,<2.1
  2. django-dotenv==1.4.1
  3. # elasticsearch==2.x.x chosen for compatibility with t2.micro.elasticsearch and t2.small.elasticsearch
  4. # instance types on AWS (Elasticsearch 2.3). Adjust for your deployment as needed.
  5. elasticsearch==2.4.1
  6. wagtail>=2.1,<2.2
  7. wagtailfontawesome>=1.1.3,<1.2
  8. Pillow==4.0.0