Fix notify-api crashing in PaaS

This is purely by elimination: I couldn't see anything in the logs
to indicate the cause of the crashes, just that the processes were
exiting. The crash seemed to happen immediately after the AWS logs
part of the wrapper script, which was a small indicator it might be
something AWS-related. Since this package is no longer included by
other dependencies, we need to include it explicitly.
This commit is contained in:
Ben Thorner
2021-10-28 14:32:29 +01:00
parent 89e390a3fc
commit efe4c6f06e
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
# Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements-app.txt
boto==2.49.0 # notify-api crashes in PaaS without this
cffi==1.14.5
celery[sqs]==5.1.2
docopt==0.6.2