chore: use course-discovery openedx-atlas requirement

course-discovery now maintains its own base.in requirement for atlas
the tutor-discovery no longer needs to install it.
This commit is contained in:
Omar Al-Ithawi 2023-11-18 08:24:48 +03:00 committed by Régis Behmo
parent 236b8c77e9
commit e766c92c86

View File

@ -61,9 +61,7 @@ RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip,
# Use redis as a django cache https://pypi.org/project/django-redis/
django-redis==5.2.0 \
# uwsgi server https://pypi.org/project/uWSGI/
uwsgi==2.0.21 \
# Open edX Atlas tranlsation management tool https://pypi.org/project/openedx-atlas/
openedx-atlas==0.5.0
uwsgi==2.0.21
{% if DISCOVERY_ATLAS_PULL %}
# Pull translations. Support the OEP-58 proposal behind a feature flag until it's fully implemented.