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.
- Loading branch information
Showing
8 changed files
with
89 additions
and
122 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ edx-toggles | |
djangorestframework | ||
Xblock | ||
edx-opaque-keys | ||
openedx-events | ||
|
||
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,11 +12,12 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9" | |
# via | ||
# -c requirements/constraints.txt | ||
# django | ||
# djangorestframework | ||
bleach==6.1.0 | ||
# via -r requirements/base.in | ||
boto3==1.34.72 | ||
boto3==1.34.82 | ||
# via -r requirements/base.in | ||
botocore==1.34.72 | ||
botocore==1.34.82 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
|
@@ -30,7 +31,7 @@ click==8.1.7 | |
# via | ||
# code-annotations | ||
# edx-django-utils | ||
code-annotations==1.7.0 | ||
code-annotations==1.8.0 | ||
# via edx-toggles | ||
defusedxml==0.7.1 | ||
# via -r requirements/base.in | ||
|
@@ -47,12 +48,11 @@ django==4.2.11 | |
# edx-submissions | ||
# edx-toggles | ||
# jsonfield | ||
# openedx-events | ||
django-crum==0.7.9 | ||
# via | ||
# edx-django-utils | ||
# edx-toggles | ||
django-model-utils==4.4.0 | ||
django-model-utils==4.5.0 | ||
# via | ||
# -r requirements/base.in | ||
# edx-submissions | ||
|
@@ -64,26 +64,22 @@ django-waffle==4.1.0 | |
# via | ||
# edx-django-utils | ||
# edx-toggles | ||
djangorestframework==3.14.0 | ||
djangorestframework==3.15.1 | ||
# via | ||
# -r requirements/base.in | ||
# edx-submissions | ||
edx-django-utils==5.11.0 | ||
edx-django-utils==5.12.0 | ||
# via | ||
# -r requirements/base.in | ||
# edx-toggles | ||
edx-i18n-tools==1.3.0 | ||
edx-i18n-tools==1.5.0 | ||
# via -r requirements/base.in | ||
edx-opaque-keys[django]==2.5.1 | ||
# via | ||
# -r requirements/base.in | ||
# openedx-events | ||
edx-submissions==3.6.0 | ||
edx-opaque-keys==2.5.1 | ||
# via -r requirements/base.in | ||
edx-submissions==3.7.0 | ||
# via -r requirements/base.in | ||
edx-toggles==5.1.1 | ||
edx-toggles==5.2.0 | ||
# via -r requirements/base.in | ||
fastavro==1.9.3 | ||
# via openedx-events | ||
fs==2.0.18 | ||
# via | ||
# -c requirements/constraints.txt | ||
|
@@ -112,10 +108,11 @@ loremipsum==1.0.5 | |
# -r requirements/base.in | ||
lxml==4.9.4 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.in | ||
# edx-i18n-tools | ||
# xblock | ||
mako==1.3.2 | ||
mako==1.3.3 | ||
# via xblock | ||
markupsafe==2.1.5 | ||
# via | ||
|
@@ -124,8 +121,6 @@ markupsafe==2.1.5 | |
# xblock | ||
newrelic==9.8.0 | ||
# via edx-django-utils | ||
openedx-events @ git+https://github.com/edunext/[email protected]/edues | ||
# via -r requirements/base.in | ||
path==13.1.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
|
@@ -139,7 +134,7 @@ polib==1.2.0 | |
# via edx-i18n-tools | ||
psutil==5.9.8 | ||
# via edx-django-utils | ||
pycparser==2.21 | ||
pycparser==2.22 | ||
# via cffi | ||
pymongo==3.13.0 | ||
# via edx-opaque-keys | ||
|
@@ -159,7 +154,6 @@ python-swiftclient==3.13.1 | |
pytz==2024.1 | ||
# via | ||
# -r requirements/base.in | ||
# djangorestframework | ||
# edx-submissions | ||
# fs | ||
# xblock | ||
|
@@ -190,7 +184,7 @@ stevedore==5.2.0 | |
# edx-opaque-keys | ||
text-unidecode==1.3 | ||
# via python-slugify | ||
typing-extensions==4.10.0 | ||
typing-extensions==4.11.0 | ||
# via | ||
# asgiref | ||
# edx-opaque-keys | ||
|
@@ -202,15 +196,15 @@ voluptuous==0.14.2 | |
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.in | ||
web-fragments==2.1.0 | ||
web-fragments==2.2.0 | ||
# via xblock | ||
webencodings==0.5.1 | ||
# via | ||
# bleach | ||
# html5lib | ||
webob==1.8.7 | ||
# via xblock | ||
xblock==2.0.0 | ||
xblock==3.1.0 | ||
# via -r requirements/base.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
|
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
Oops, something went wrong.