chore: Install skill-tagging as dependency in edx-platform (#32335)
This commit is contained in:
@@ -172,6 +172,7 @@ social-auth-core
|
||||
simplejson
|
||||
Shapely # Geometry library, used for image click regions in capa
|
||||
six # Utilities for supporting Python 2 & 3 in the same codebase
|
||||
skill-tagging # Library needed to support tagging of skills in unit/video xblocks via forms
|
||||
social-auth-app-django
|
||||
sorl-thumbnail
|
||||
sortedcontainers # Provides SortedKeyList, used for lists of XBlock assets
|
||||
|
||||
@@ -244,6 +244,7 @@ django==3.2.19
|
||||
# openedx-filters
|
||||
# ora2
|
||||
# outcome-surveys
|
||||
# skill-tagging
|
||||
# super-csv
|
||||
# xss-utils
|
||||
django-appconf==1.0.5
|
||||
@@ -319,6 +320,7 @@ django-model-utils==4.3.1
|
||||
# learner-pathway-progress
|
||||
# ora2
|
||||
# outcome-surveys
|
||||
# skill-tagging
|
||||
# super-csv
|
||||
django-mptt==0.14.0
|
||||
# via
|
||||
@@ -779,10 +781,12 @@ openedx-events==8.0.0
|
||||
# -r requirements/edx/base.in
|
||||
# edx-event-bus-kafka
|
||||
# edx-event-bus-redis
|
||||
# skill-tagging
|
||||
openedx-filters==1.3.0
|
||||
# via
|
||||
# -r requirements/edx/base.in
|
||||
# lti-consumer-xblock
|
||||
# skill-tagging
|
||||
openedx-mongodbproxy==0.2.0
|
||||
# via -r requirements/edx/base.in
|
||||
optimizely-sdk==4.1.1
|
||||
@@ -1069,6 +1073,8 @@ six==1.16.0
|
||||
# pyjwkest
|
||||
# python-dateutil
|
||||
# python-memcached
|
||||
skill-tagging==0.1.0
|
||||
# via -r requirements/edx/base.in
|
||||
slumber==0.7.1
|
||||
# via
|
||||
# edx-bulk-grades
|
||||
|
||||
@@ -341,6 +341,7 @@ django==3.2.19
|
||||
# openedx-filters
|
||||
# ora2
|
||||
# outcome-surveys
|
||||
# skill-tagging
|
||||
# super-csv
|
||||
# xss-utils
|
||||
django-appconf==1.0.5
|
||||
@@ -426,6 +427,7 @@ django-model-utils==4.3.1
|
||||
# learner-pathway-progress
|
||||
# ora2
|
||||
# outcome-surveys
|
||||
# skill-tagging
|
||||
# super-csv
|
||||
django-mptt==0.14.0
|
||||
# via
|
||||
@@ -1037,10 +1039,12 @@ openedx-events==8.0.0
|
||||
# -r requirements/edx/testing.txt
|
||||
# edx-event-bus-kafka
|
||||
# edx-event-bus-redis
|
||||
# skill-tagging
|
||||
openedx-filters==1.3.0
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
# lti-consumer-xblock
|
||||
# skill-tagging
|
||||
openedx-mongodbproxy==0.2.0
|
||||
# via -r requirements/edx/testing.txt
|
||||
optimizely-sdk==4.1.1
|
||||
@@ -1486,6 +1490,8 @@ six==1.16.0
|
||||
# python-memcached
|
||||
# sphinxcontrib-httpdomain
|
||||
# tox
|
||||
skill-tagging==0.1.0
|
||||
# via -r requirements/edx/testing.txt
|
||||
slumber==0.7.1
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
|
||||
@@ -323,6 +323,7 @@ django==3.2.19
|
||||
# openedx-filters
|
||||
# ora2
|
||||
# outcome-surveys
|
||||
# skill-tagging
|
||||
# super-csv
|
||||
# xss-utils
|
||||
django-appconf==1.0.5
|
||||
@@ -406,6 +407,7 @@ django-model-utils==4.3.1
|
||||
# learner-pathway-progress
|
||||
# ora2
|
||||
# outcome-surveys
|
||||
# skill-tagging
|
||||
# super-csv
|
||||
django-mptt==0.14.0
|
||||
# via
|
||||
@@ -984,10 +986,12 @@ openedx-events==8.0.0
|
||||
# -r requirements/edx/base.txt
|
||||
# edx-event-bus-kafka
|
||||
# edx-event-bus-redis
|
||||
# skill-tagging
|
||||
openedx-filters==1.3.0
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
# lti-consumer-xblock
|
||||
# skill-tagging
|
||||
openedx-mongodbproxy==0.2.0
|
||||
# via -r requirements/edx/base.txt
|
||||
optimizely-sdk==4.1.1
|
||||
@@ -1403,6 +1407,8 @@ six==1.16.0
|
||||
# python-dateutil
|
||||
# python-memcached
|
||||
# tox
|
||||
skill-tagging==0.1.0
|
||||
# via -r requirements/edx/base.txt
|
||||
slumber==0.7.1
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
|
||||
Reference in New Issue
Block a user