forked from openedx/edx-ora2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ora filter for submission step rendering
chore: add openedx-filters in base requirements feat: move trigger of filter to add the context dict
- Loading branch information
Showing
11 changed files
with
58 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ djangorestframework | |
Xblock | ||
edx-opaque-keys | ||
openedx-events @ git+https://github.com/edunext/[email protected]/edues | ||
openedx-filters @ git+https://github.com/edunext/openedx-filters.git@bav/ora-student-view-filter | ||
|
||
django | ||
django-simple-history | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
|
@@ -12,9 +12,9 @@ attrs==23.2.0 | |
# via openedx-events | ||
bleach==6.1.0 | ||
# via -r requirements/base.in | ||
boto3==1.34.35 | ||
boto3==1.34.36 | ||
# via -r requirements/base.in | ||
botocore==1.34.35 | ||
botocore==1.34.36 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
|
@@ -46,6 +46,7 @@ django==3.2.24 | |
# edx-toggles | ||
# jsonfield | ||
# openedx-events | ||
# openedx-filters | ||
django-crum==0.7.9 | ||
# via | ||
# edx-django-utils | ||
|
@@ -124,6 +125,8 @@ newrelic==9.6.0 | |
# via edx-django-utils | ||
openedx-events @ git+https://github.com/edunext/[email protected]/edues | ||
# via -r requirements/base.in | ||
openedx-filters @ git+https://github.com/edunext/openedx-filters.git@bav/ora-student-view-filter | ||
# via -r requirements/base.in | ||
path==13.1.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
|
@@ -193,7 +196,7 @@ typing-extensions==4.9.0 | |
# via | ||
# asgiref | ||
# edx-opaque-keys | ||
urllib3==1.26.18 | ||
urllib3==2.0.7 | ||
# via | ||
# botocore | ||
# requests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
|
@@ -44,12 +44,6 @@ aws-xray-sdk==2.12.1 | |
# via | ||
# -r requirements/test.txt | ||
# moto | ||
backports-zoneinfo[tzdata]==0.2.1 | ||
# via | ||
# -r requirements/test.txt | ||
# backports-zoneinfo | ||
# celery | ||
# kombu | ||
billiard==4.2.0 | ||
# via | ||
# -r requirements/test.txt | ||
|
@@ -64,13 +58,13 @@ boto==2.49.0 | |
# via | ||
# -r requirements/test.txt | ||
# moto | ||
boto3==1.34.35 | ||
boto3==1.34.36 | ||
# via | ||
# -r requirements/test.txt | ||
# aws-sam-translator | ||
# fs-s3fs | ||
# moto | ||
botocore==1.34.35 | ||
botocore==1.34.36 | ||
# via | ||
# -r requirements/test.txt | ||
# aws-xray-sdk | ||
|
@@ -184,6 +178,7 @@ django==3.2.24 | |
# edx-toggles | ||
# jsonfield | ||
# openedx-events | ||
# openedx-filters | ||
# xblock-sdk | ||
django-crum==0.7.9 | ||
# via | ||
|
@@ -239,7 +234,7 @@ exceptiongroup==1.2.0 | |
# pytest | ||
factory-boy==3.3.0 | ||
# via -r requirements/test.txt | ||
faker==22.7.0 | ||
faker==23.0.0 | ||
# via | ||
# -r requirements/test.txt | ||
# factory-boy | ||
|
@@ -275,11 +270,6 @@ idna==2.8 | |
# -r requirements/test.txt | ||
# moto | ||
# requests | ||
importlib-resources==6.1.1 | ||
# via | ||
# -r requirements/test.txt | ||
# jsonschema | ||
# jsonschema-specifications | ||
iniconfig==2.0.0 | ||
# via | ||
# -r requirements/test.txt | ||
|
@@ -396,6 +386,8 @@ newrelic==9.6.0 | |
# edx-django-utils | ||
openedx-events @ git+https://github.com/edunext/[email protected]/edues | ||
# via -r requirements/test.txt | ||
openedx-filters @ git+https://github.com/edunext/openedx-filters.git@bav/ora-student-view-filter | ||
# via -r requirements/test.txt | ||
packaging==23.2 | ||
# via | ||
# -r requirements/test.txt | ||
|
@@ -417,10 +409,6 @@ pbr==6.0.0 | |
# jschema-to-python | ||
# sarif-om | ||
# stevedore | ||
pkgutil-resolve-name==1.3.10 | ||
# via | ||
# -r requirements/test.txt | ||
# jsonschema | ||
platformdirs==4.2.0 | ||
# via | ||
# -r requirements/test.txt | ||
|
@@ -653,23 +641,17 @@ types-python-dateutil==2.8.19.20240106 | |
typing-extensions==4.9.0 | ||
# via | ||
# -r requirements/test.txt | ||
# annotated-types | ||
# asgiref | ||
# astroid | ||
# aws-sam-translator | ||
# edx-opaque-keys | ||
# faker | ||
# kombu | ||
# pydantic | ||
# pydantic-core | ||
# pylint | ||
# rich | ||
tzdata==2023.4 | ||
# via | ||
# -r requirements/test.txt | ||
# backports-zoneinfo | ||
# celery | ||
urllib3==1.26.18 | ||
urllib3==2.0.7 | ||
# via | ||
# -r requirements/test.txt | ||
# botocore | ||
|
@@ -728,10 +710,6 @@ xmltodict==0.13.0 | |
# via | ||
# -r requirements/test.txt | ||
# moto | ||
zipp==3.17.0 | ||
# via | ||
# -r requirements/test.txt | ||
# importlib-resources | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
Oops, something went wrong.