feat: install atlas translation tool (#32952)

Add the openedx-atlas to the kernel.in so it's available in all
environments including Atlas, Devstack and Native installation.
This commit is contained in:
Omar Al-Ithawi
2023-09-13 15:11:07 +03:00
committed by GitHub
parent 71d99c8b1e
commit 3b869dd041
5 changed files with 11 additions and 0 deletions

View File

@@ -755,6 +755,8 @@ olxcleaner==0.2.1
# via -r requirements/edx/kernel.in
openai==0.28.0
# via edx-enterprise
openedx-atlas==0.5.0
# via -r requirements/edx/kernel.in
openedx-blockstore==1.4.0
# via -r requirements/edx/kernel.in
openedx-calc==3.0.1

View File

@@ -1277,6 +1277,10 @@ openai==0.28.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# edx-enterprise
openedx-atlas==0.5.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
openedx-blockstore==1.4.0
# via
# -r requirements/edx/doc.txt

View File

@@ -895,6 +895,8 @@ openai==0.28.0
# via
# -r requirements/edx/base.txt
# edx-enterprise
openedx-atlas==0.5.0
# via -r requirements/edx/base.txt
openedx-blockstore==1.4.0
# via -r requirements/edx/base.txt
openedx-calc==3.0.1

View File

@@ -111,6 +111,7 @@ mysqlclient # Driver for the default production relation
nodeenv # Utility for managing Node.js environments; we use this for deployments and testing
oauthlib # OAuth specification support for authenticating via LTI or other Open edX services
olxcleaner
openedx-atlas # CLI tool to manage translations
openedx-calc # Library supporting mathematical calculations for Open edX
openedx-django-require
openedx-events>=8.3.0 # Open edX Events from Hooks Extension Framework (OEP-50)

View File

@@ -965,6 +965,8 @@ openai==0.28.0
# via
# -r requirements/edx/base.txt
# edx-enterprise
openedx-atlas==0.5.0
# via -r requirements/edx/base.txt
openedx-blockstore==1.4.0
# via -r requirements/edx/base.txt
openedx-calc==3.0.1