wellcomecollection / catalogue-api

:crystal_ball: The API for searching the Wellcome Collection catalogue.
https://developers.wellcomecollection.org
MIT License
4 stars 0 forks source link

resolve dependency conflicts #824

Closed agnesgaroux closed 3 weeks ago

agnesgaroux commented 3 weeks ago

What does this change?

Following this I must have forgotten to run pip3 install because when I went to do it before zipping the deployment package, there was a bunch of conflicts 🙈 The old version (without this) is still up because this gets deployed manually so no harm done

Checklist

How to test

Run pip3 install -r requirements.txt in catalogue-api/snapshots/snapshot_reporter there should be no conflicts

How can we measure success?

snapshot_reporter can be packages with its dependencies

Have we considered potential risks?

Same as this