Skip to content

Commit

Permalink
fix: quality test
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Feb 15, 2024
1 parent 3b554f1 commit d32fa3c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements/doc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
doc8 # reStructuredText style checker
sphinx-book-theme
Sphinx # Documentation builder
wheel
2 changes: 0 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
wheel==0.42.0
# via -r requirements/doc.in
xblock==1.10.0
# via -r requirements/base.in

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
2 changes: 2 additions & 0 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
wheel==0.42.0
# via -r requirements/doc.in
xblock==1.10.0
# via -r requirements/base.in
zipp==3.17.0
Expand Down

0 comments on commit d32fa3c

Please sign in to comment.