Skip to content

Commit

Permalink
chore: Add a wheel dependency for relevant quality checks.
Browse files Browse the repository at this point in the history
In newer versions of Python it's not installed by default.
  • Loading branch information
feanil committed Apr 16, 2024
1 parent a91cf08 commit 4b543f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,9 @@ web-fragments==2.2.0
webob==1.8.7
# via xblock
wheel==0.43.0
# via pip-tools
# via
# -r requirements/quality.in
# pip-tools
xblock==3.1.0
# via -r requirements/base.in
zipp==3.18.1
Expand Down
1 change: 1 addition & 0 deletions requirements/quality.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ isort # to standardize order of imports
pycodestyle # PEP 8 compliance validation
pydocstyle # PEP 257 compliance validation
twine # for package description syntax validation
wheel # to make sure we can build wheels correctly.
2 changes: 2 additions & 0 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
wheel==0.43.0
# via -r requirements/quality.in
xblock==3.1.0
# via -r requirements/base.in
zipp==3.18.1
Expand Down
1 change: 0 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ django-waffle==4.1.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles

# via
# -r requirements/base.in
# drf-jwt
Expand Down

0 comments on commit 4b543f1

Please sign in to comment.