diff --git a/requirements/edx/base.in b/requirements/edx/base.in index ad1c834b75..4eb067bba6 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -68,6 +68,7 @@ djangorestframework-jwt drf-yasg # Replacement for django-rest-swagger edx-ace==0.1.10 edx-analytics-data-api-client +edx-bulk-grades edx-ccx-keys edx-celeryutils edx-completion @@ -146,6 +147,7 @@ sortedcontainers # Provides SortedKeyList, used for lists of sqlparse # Required by Django to run migrations.RunSQL stevedore # Support for runtime plugins, used for XBlocks and edx-platform Django app plugins staff-graded-xblock # An XBlock that allows for off-site bulk scoring of problems +super-csv # Generic CSV processor unicodecsv # Easier support for CSV files with unicode text user-util # Functionality for retiring users (GDPR compliance) web-fragments # Provides the ability to render fragments of web pages diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index dd1ec5c99b..53c25d1a8a 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -96,7 +96,7 @@ docutils==0.14 # via botocore drf-yasg==1.16.0 edx-ace==0.1.10 edx-analytics-data-api-client==0.15.3 -git+https://github.com/edx/edx-bulk-grades@f58f9fa01d95c01211fc94ebb92f0fb1a04bf32b#egg=edx-bulk-grades==0.1.1 +edx-bulk-grades==0.1.4 edx-ccx-keys==0.2.2 edx-celeryutils==0.2.7 edx-completion==2.0.0 @@ -232,7 +232,7 @@ soupsieve==1.9.2 # via beautifulsoup4 sqlparse==0.3.0 staff-graded-xblock==0.3 stevedore==1.30.1 -git+https://github.com/edx/super-csv@1a9dcc89eb65c3ed434b509b84062f8fcabd901b#egg=super-csv==0.2 +super-csv==0.4 sympy==1.4 tincan==0.0.5 # via edx-enterprise unicodecsv==0.14.1 diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index aa86e4a6dc..a004be4178 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -116,7 +116,7 @@ docutils==0.14 drf-yasg==1.16.0 edx-ace==0.1.10 edx-analytics-data-api-client==0.15.3 -git+https://github.com/edx/edx-bulk-grades@f58f9fa01d95c01211fc94ebb92f0fb1a04bf32b#egg=edx-bulk-grades==0.1.1 +edx-bulk-grades==0.1.4 edx-ccx-keys==0.2.2 edx-celeryutils==0.2.7 edx-completion==2.0.0 @@ -307,7 +307,7 @@ sphinxcontrib-websupport==1.1.2 # via sphinx sqlparse==0.3.0 staff-graded-xblock==0.3 stevedore==1.30.1 -git+https://github.com/edx/super-csv@1a9dcc89eb65c3ed434b509b84062f8fcabd901b#egg=super-csv==0.2 +super-csv==0.4 sympy==1.4 testfixtures==6.10.0 text-unidecode==1.2 diff --git a/requirements/edx/github.in b/requirements/edx/github.in index b519139c2f..10bcba247b 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -85,8 +85,6 @@ git+https://github.com/edx/crowdsourcehinter.git@518605f0a95190949fe77bd39158450 -e git+https://github.com/edx/DoneXBlock.git@01a14f3bd80ae47dd08cdbbe2f88f3eb88d00fba#egg=done-xblock -e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive git+https://github.com/edx/xblock-lti-consumer.git@v1.1.8#egg=lti_consumer-xblock==1.1.8 -git+https://github.com/edx/super-csv@1a9dcc89eb65c3ed434b509b84062f8fcabd901b#egg=super-csv==0.2 -git+https://github.com/edx/edx-bulk-grades@f58f9fa01d95c01211fc94ebb92f0fb1a04bf32b#egg=edx-bulk-grades==0.1.1 # Third Party XBlocks diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 167c405154..21f01313c0 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -112,7 +112,7 @@ docutils==0.14 drf-yasg==1.16.0 edx-ace==0.1.10 edx-analytics-data-api-client==0.15.3 -git+https://github.com/edx/edx-bulk-grades@f58f9fa01d95c01211fc94ebb92f0fb1a04bf32b#egg=edx-bulk-grades==0.1.1 +edx-bulk-grades==0.1.4 edx-ccx-keys==0.2.2 edx-celeryutils==0.2.7 edx-completion==2.0.0 @@ -294,7 +294,7 @@ soupsieve==1.9.2 sqlparse==0.3.0 staff-graded-xblock==0.3 stevedore==1.30.1 -git+https://github.com/edx/super-csv@1a9dcc89eb65c3ed434b509b84062f8fcabd901b#egg=super-csv==0.2 +super-csv==0.4 sympy==1.4 testfixtures==6.10.0 text-unidecode==1.2 # via faker