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 chore: use edues branch for openedx-filters package
- Loading branch information
Showing
6 changed files
with
33 additions
and
11 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/[email protected]/edues | ||
|
||
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 |
---|---|---|
|
@@ -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/[email protected]/edues | ||
# via -r requirements/base.in | ||
path==13.1.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
|
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 |
---|---|---|
|
@@ -64,13 +64,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 +184,7 @@ django==3.2.24 | |
# edx-toggles | ||
# jsonfield | ||
# openedx-events | ||
# openedx-filters | ||
# xblock-sdk | ||
django-crum==0.7.9 | ||
# via | ||
|
@@ -239,7 +240,7 @@ exceptiongroup==1.2.0 | |
# pytest | ||
factory-boy==3.3.0 | ||
# via -r requirements/test.txt | ||
faker==22.7.0 | ||
faker==23.1.0 | ||
# via | ||
# -r requirements/test.txt | ||
# factory-boy | ||
|
@@ -396,6 +397,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/[email protected]/edues | ||
# via -r requirements/test.txt | ||
packaging==23.2 | ||
# via | ||
# -r requirements/test.txt | ||
|
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 |
---|---|---|
|
@@ -60,13 +60,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 | ||
|
@@ -174,6 +174,7 @@ django==3.2.24 | |
# edx-toggles | ||
# jsonfield | ||
# openedx-events | ||
# openedx-filters | ||
# xblock-sdk | ||
django-crum==0.7.9 | ||
# via | ||
|
@@ -227,7 +228,7 @@ exceptiongroup==1.2.0 | |
# pytest | ||
factory-boy==3.3.0 | ||
# via -r requirements/test.txt | ||
faker==22.7.0 | ||
faker==23.1.0 | ||
# via | ||
# -r requirements/test.txt | ||
# factory-boy | ||
|
@@ -380,6 +381,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/[email protected]/edues | ||
# via -r requirements/test.txt | ||
packaging==23.2 | ||
# via | ||
# -r requirements/test.txt | ||
|
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 |
---|---|---|
|
@@ -42,13 +42,13 @@ bleach==6.1.0 | |
# via -r requirements/base.txt | ||
boto==2.49.0 | ||
# via moto | ||
boto3==1.34.35 | ||
boto3==1.34.36 | ||
# via | ||
# -r requirements/base.txt | ||
# aws-sam-translator | ||
# fs-s3fs | ||
# moto | ||
botocore==1.34.35 | ||
botocore==1.34.36 | ||
# via | ||
# -r requirements/base.txt | ||
# aws-xray-sdk | ||
|
@@ -133,6 +133,7 @@ distlib==0.3.8 | |
# edx-toggles | ||
# jsonfield | ||
# openedx-events | ||
# openedx-filters | ||
# xblock-sdk | ||
django-crum==0.7.9 | ||
# via | ||
|
@@ -180,7 +181,7 @@ exceptiongroup==1.2.0 | |
# via pytest | ||
factory-boy==3.3.0 | ||
# via -r requirements/test.in | ||
faker==22.7.0 | ||
faker==23.1.0 | ||
# via factory-boy | ||
fastavro==1.9.3 | ||
# via | ||
|
@@ -302,6 +303,8 @@ newrelic==9.6.0 | |
# edx-django-utils | ||
openedx-events @ git+https://github.com/edunext/[email protected]/edues | ||
# via -r requirements/base.txt | ||
openedx-filters @ git+https://github.com/edunext/[email protected]/edues | ||
# via -r requirements/base.txt | ||
packaging==23.2 | ||
# via | ||
# docker | ||
|