Skip to content

Commit

Permalink
chore: remove skill-tagging dependency from edx-platform (#32958)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameenfatima78 authored Aug 9, 2023
1 parent 4fd2241 commit 3d6e0c9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.
6 changes: 0 additions & 6 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ django==3.2.20
# openedx-filters
# openedx-learning
# ora2
# skill-tagging
# super-csv
# xss-utils
django-appconf==1.0.5
Expand Down Expand Up @@ -314,7 +313,6 @@ django-model-utils==4.3.1
# edx-when
# edxval
# ora2
# skill-tagging
# super-csv
django-mptt==0.14.0
# via
Expand Down Expand Up @@ -767,12 +765,10 @@ openedx-events==8.3.0
# -r requirements/edx/kernel.in
# edx-event-bus-kafka
# edx-event-bus-redis
# skill-tagging
openedx-filters==1.5.0
# via
# -r requirements/edx/kernel.in
# lti-consumer-xblock
# skill-tagging
openedx-learning==0.1.1
# via -r requirements/edx/kernel.in
openedx-mongodbproxy==0.2.0
Expand Down Expand Up @@ -1062,8 +1058,6 @@ six==1.16.0
# pyjwkest
# python-dateutil
# python-memcached
skill-tagging==0.1.0
# via -r requirements/edx/bundled.in
slumber==0.7.1
# via
# edx-bulk-grades
Expand Down
2 changes: 0 additions & 2 deletions requirements/edx/bundled.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ mailsnake # MailChimp API; used for two management com
newrelic # New Relic agent for performance monitoring
optimizely-sdk # Optimizely provides A/B testing and other features, used by edx.org

## Plugins used on edx.org
skill-tagging # Library to support tagging of skills on edx.org in unit/video xblocks via forms

## XBLOCKS
crowdsourcehinter-xblock
Expand Down
8 changes: 0 additions & 8 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ django==3.2.20
# openedx-filters
# openedx-learning
# ora2
# skill-tagging
# super-csv
# xss-utils
django-appconf==1.0.5
Expand Down Expand Up @@ -507,7 +506,6 @@ django-model-utils==4.3.1
# edx-when
# edxval
# ora2
# skill-tagging
# super-csv
django-mptt==0.14.0
# via
Expand Down Expand Up @@ -1300,13 +1298,11 @@ openedx-events==8.3.0
# -r requirements/edx/testing.txt
# edx-event-bus-kafka
# edx-event-bus-redis
# skill-tagging
openedx-filters==1.5.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# lti-consumer-xblock
# skill-tagging
openedx-learning==0.1.1
# via
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -1849,10 +1845,6 @@ six==1.16.0
# python-memcached
# sphinxcontrib-httpdomain
# tox
skill-tagging==0.1.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
slumber==0.7.1
# via
# -r requirements/edx/doc.txt
Expand Down
6 changes: 0 additions & 6 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ django==3.2.20
# openedx-filters
# openedx-learning
# ora2
# skill-tagging
# super-csv
# xss-utils
django-appconf==1.0.5
Expand Down Expand Up @@ -374,7 +373,6 @@ django-model-utils==4.3.1
# edx-when
# edxval
# ora2
# skill-tagging
# super-csv
django-mptt==0.14.0
# via
Expand Down Expand Up @@ -910,12 +908,10 @@ openedx-events==8.3.0
# -r requirements/edx/base.txt
# edx-event-bus-kafka
# edx-event-bus-redis
# skill-tagging
openedx-filters==1.5.0
# via
# -r requirements/edx/base.txt
# lti-consumer-xblock
# skill-tagging
openedx-learning==0.1.1
# via -r requirements/edx/base.txt
openedx-mongodbproxy==0.2.0
Expand Down Expand Up @@ -1260,8 +1256,6 @@ six==1.16.0
# python-dateutil
# python-memcached
# sphinxcontrib-httpdomain
skill-tagging==0.1.0
# via -r requirements/edx/base.txt
slumber==0.7.1
# via
# -r requirements/edx/base.txt
Expand Down
6 changes: 0 additions & 6 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ django==3.2.20
# openedx-filters
# openedx-learning
# ora2
# skill-tagging
# super-csv
# xss-utils
django-appconf==1.0.5
Expand Down Expand Up @@ -406,7 +405,6 @@ django-model-utils==4.3.1
# edx-when
# edxval
# ora2
# skill-tagging
# super-csv
django-mptt==0.14.0
# via
Expand Down Expand Up @@ -979,12 +977,10 @@ openedx-events==8.3.0
# -r requirements/edx/base.txt
# edx-event-bus-kafka
# edx-event-bus-redis
# skill-tagging
openedx-filters==1.5.0
# via
# -r requirements/edx/base.txt
# lti-consumer-xblock
# skill-tagging
openedx-learning==0.1.1
# via -r requirements/edx/base.txt
openedx-mongodbproxy==0.2.0
Expand Down Expand Up @@ -1406,8 +1402,6 @@ 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
Expand Down

0 comments on commit 3d6e0c9

Please sign in to comment.