Skip to content

Commit

Permalink
Merge pull request #65 from Abstract-Tech/add-codejail
Browse files Browse the repository at this point in the history
Add codejail plugin
  • Loading branch information
ghassanmas committed Feb 26, 2024
2 parents ad450f4 + ffad16d commit 95af9db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ OPENEDX_MYSQL_PASSWORD: 2waV0m9w
OPENEDX_SECRET_KEY: eHqeglW5j7T68yYtr3yL6XPz
PLATFORM_NAME: Community Theme
PLUGINS:
- course-about-mfe
- codejail
- community-mfe
- course-about-mfe
- home-mfe
- mfe
- scorm-fix
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ tutor-mfe<18.0.0
tutor-forum<18.0.0
tutor-cairn<18.0.0
tutor-minio<18.0.0
git+https://github.com/edunext/tutor-contrib-codejail
7 changes: 6 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -64,15 +64,20 @@ six==1.16.0
# via
# kubernetes
# python-dateutil
tomli==2.0.1
# via mypy
tutor==17.0.2
# via
# -r requirements.in
# tutor-cairn
# tutor-contrib-codejail
# tutor-forum
# tutor-mfe
# tutor-minio
tutor-cairn==17.1.0
# via -r requirements.in
tutor-contrib-codejail @ git+https://github.com/edunext/tutor-contrib-codejail
# via -r requirements.in
tutor-forum==17.0.0
# via -r requirements.in
tutor-mfe==17.0.0
Expand Down

0 comments on commit 95af9db

Please sign in to comment.