Skip to content

Commit

Permalink
fix: squash: add missing wrapt dependency to kernel.in
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed May 22, 2024
1 parent 551dec2 commit b14b788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/edx/kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,6 @@ unicodecsv # Easier support for CSV files with unicode
user-util # Functionality for retiring users (GDPR compliance)
webob
web-fragments # Provides the ability to render fragments of web pages
wrapt # Better functools.wrapped. TODO: functools has since improved, maybe we can switch?
XBlock[django] # Courseware component architecture
xss-utils # https://github.com/openedx/edx-platform/pull/20633 Fix XSS via Translations

0 comments on commit b14b788

Please sign in to comment.