RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
    pip install "platform-plugin-aspects==v2.0.0"

RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
    pip install "edx-event-routing-backends>=10.0.0"
