refactor: Pull in django-pyfs via XBlock extra requiremnts.

We don't depend on it directly we just get it as a side-effect of
XBlock so make that more clear while we're updating the package to the
new name on PyPI
This commit is contained in:
Feanil Patel
2023-01-30 11:21:16 -05:00
parent 7a21c22587
commit 2dfeac7c14

View File

@@ -57,7 +57,6 @@ django-mptt
django-mysql
django-oauth-toolkit # Provides oAuth2 capabilities for Django
django-pipeline
django-pyfs
django-ratelimit
django-sekizai
django-ses
@@ -174,7 +173,7 @@ 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
XBlock # Courseware component architecture
XBlock[django] # Courseware component architecture
xblock-utils # Provides utilities used by the Discussion XBlock
xss-utils # https://github.com/edx/edx-platform/pull/20633 Fix XSS via Translations
enmerkar-underscore # Implements a underscore extractor for django-babel.