Skip to content

Commit

Permalink
chore: Add importlib-resources package, remove it when update xblock
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Feb 12, 2024
1 parent 2c7f489 commit 103adb5
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ simplejson
web-fragments
webob
XBlock[django]
importlib-resources
4 changes: 4 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ fs-s3fs==1.1.1
# openedx-django-pyfs
idna==3.6
# via requests
importlib-resources==6.1.1
# via -r requirements/base.in
jinja2==3.1.3
# via cookiecutter
jmespath==1.0.1
Expand Down Expand Up @@ -130,6 +132,8 @@ webob==1.8.7
# xblock
xblock[django]==1.10.0
# via -r requirements/base.in
zipp==3.17.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
9 changes: 9 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ idna==3.6
# -r requirements/base.txt
# -r requirements/test.txt
# requests
importlib-resources==6.1.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -388,6 +392,11 @@ xblock[django]==1.10.0
# -r requirements/test.txt
# acid-xblock
# xblock
zipp==3.17.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 6 additions & 0 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ idna==3.6
# via
# -r requirements/test.txt
# requests
importlib-resources==6.1.1
# via -r requirements/test.txt
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -329,6 +331,10 @@ xblock[django]==1.10.0
# -r requirements/test.txt
# acid-xblock
# xblock
zipp==3.17.0
# via
# -r requirements/test.txt
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 6 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ idna==3.6
# via
# -r requirements/base.txt
# requests
importlib-resources==6.1.1
# via -r requirements/base.txt
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
Expand Down Expand Up @@ -252,6 +254,10 @@ xblock[django]==1.10.0
# -r requirements/base.txt
# acid-xblock
# xblock
zipp==3.17.0
# via
# -r requirements/base.txt
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 103adb5

Please sign in to comment.