Skip to content
Draft
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
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ lazy==1.6
# lti-consumer-xblock
# ora2
# xblock
lti-consumer-xblock==10.0.1
lti-consumer-xblock @ git+https://github.com/open-craft/xblock-lti-consumer.git@rpenido/FAL-4322/new-editor-design
# via -r requirements/edx/kernel.in
lxml[html-clean]==5.3.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ libsass==0.10.0
# via
# -c requirements/constraints.txt
# -r requirements/edx/assets.txt
lti-consumer-xblock==10.0.1
lti-consumer-xblock @ git+https://github.com/open-craft/xblock-lti-consumer.git@rpenido/FAL-4322/new-editor-design
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ lazy==1.6
# lti-consumer-xblock
# ora2
# xblock
lti-consumer-xblock==10.0.1
lti-consumer-xblock @ git+https://github.com/open-craft/xblock-lti-consumer.git@rpenido/FAL-4322/new-editor-design
# via -r requirements/edx/base.txt
lxml[html-clean]==5.3.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jsonfield # Django model field for validated JSON; use
laboratory # Library for testing that code refactors/infrastructure changes produce identical results
importlib_metadata # Used to access entry_points in i18n_api plugin
lxml[html_clean] # XML parser
lti-consumer-xblock>=9.14.2
lti-consumer-xblock @ git+https://github.com/open-craft/xblock-lti-consumer.git@rpenido/FAL-4322/new-editor-design
mako # Primary template language used for server-side page rendering
Markdown # Convert text markup to HTML; used in capa problems, forums, and course wikis
meilisearch # Library to access Meilisearch search engine (will replace ElasticSearch)
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ lazy==1.6
# lti-consumer-xblock
# ora2
# xblock
lti-consumer-xblock==10.0.1
lti-consumer-xblock @ git+https://github.com/open-craft/xblock-lti-consumer.git@rpenido/FAL-4322/new-editor-design
# via -r requirements/edx/base.txt
lxml[html-clean]==5.3.2
# via
Expand Down
Loading