Skip to content

Commit

Permalink
feat: install atlas translation tool (#32952)
Browse files Browse the repository at this point in the history
Add the openedx-atlas to the kernel.in so it's available in all
environments including Atlas, Devstack and Native installation.
  • Loading branch information
OmarIthawi authored Sep 13, 2023
1 parent 71d99c8 commit 3b869dd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements/edx/kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b869dd

Please sign in to comment.