Fix pyparsing version
Not obvious how we were getting this installed previously, but we have to fix the version. 2.4.0 was being installed in some instances which was causing parts of the search to break.
... | ... | @@ -34,6 +34,9 @@ service_identity==17.0.0 |
simplejson==3.15.0 | ||
Sphinx==1.7.0 | ||
twilio==6.10.3 | ||
# Updating pyparsing to 2.4.0 breaks queries like | ||
# created: yesterday .. now | ||
pyparsing==2.3.1 | ||
pytest-cov==2.6.1 | ||
pytest-django==3.4.8 | ||
pytz==2018.9 | ||
... | ... |