Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add openedx-learning dependency #18

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements/edx/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ openedx-calc # Library supporting mathematical calculatio
# openedx-events 3.1.0 introduces producer API
openedx-events>=3.1.0 # Open edX Events from Hooks Extension Framework (OEP-50)
openedx-filters # Open edX Filters from Hooks Extension Framework (OEP-50)
openedx-learning # Open edX Learning core (experimental)
optimizely-sdk # Optimizely full stack SDK for Python
ora2>=4.5.0
outcome-surveys # edx-platform plugin to send and track segment events needed for surveys
Expand Down
2 changes: 2 additions & 0 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,8 @@ openedx-filters==1.2.0
# via
# -r requirements/edx/base.in
# lti-consumer-xblock
openedx-learning==0.9.2
# via -r requirements/edx/base.in
optimizely-sdk==4.1.1
# via -r requirements/edx/base.in
ora2==5.0.0
Expand Down
3 changes: 3 additions & 0 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,9 @@ openedx-filters==1.2.0
# via
# -r requirements/edx/testing.txt
# lti-consumer-xblock
openedx-learning==0.9.2
# via
# -r requirements/edx/testing.txt
optimizely-sdk==4.1.1
# via -r requirements/edx/testing.txt
ora2==5.0.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,8 @@ openedx-filters==1.2.0
# via
# -r requirements/edx/base.txt
# lti-consumer-xblock
openedx-learning==0.9.2
# via -r requirements/edx/base.txt
optimizely-sdk==4.1.1
# via -r requirements/edx/base.txt
ora2==5.0.0
Expand Down
Loading