Skip to content

Commit

Permalink
build: remove unused libsass dependency
Browse files Browse the repository at this point in the history
TODO will paste in details from PR description

Closes: #1986
  • Loading branch information
kdmccormick committed Jul 11, 2023
1 parent 20626e4 commit ccb0ce8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clean: ## remove generated byte code, coverage reports, and build artifacts
##################

install-python: ## Install python dependencies
pip install -r requirements/base.txt --only-binary=lxml,libsass
pip install -r requirements/base.txt --only-binary=lxml

install-js: ## install JavaScript dependencies
npm install
Expand Down
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ defusedxml
django-model-utils
jsonfield
lazy
libsass
loremipsum
lxml
path.py
Expand Down
2 changes: 0 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ jsonfield==3.1.0
# edx-submissions
lazy==1.5
# via -r requirements/base.in
libsass==0.22.0
# via -r requirements/base.in
loremipsum==1.0.5
# via
# -c requirements/constraints.txt
Expand Down
2 changes: 0 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ lazy==1.5
# via -r requirements/test.txt
lazy-object-proxy==1.9.0
# via astroid
libsass==0.22.0
# via -r requirements/test.txt
loremipsum==1.0.5
# via
# -c requirements/constraints.txt
Expand Down
2 changes: 0 additions & 2 deletions requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ lazy==1.5
# via
# -r requirements/test.txt
# bok-choy
libsass==0.22.0
# via -r requirements/test.txt
loremipsum==1.0.5
# via
# -c requirements/constraints.txt
Expand Down
2 changes: 0 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ junit-xml==1.9
# via cfn-lint
lazy==1.5
# via -r requirements/base.txt
libsass==0.22.0
# via -r requirements/base.txt
loremipsum==1.0.5
# via
# -c requirements/constraints.txt
Expand Down

0 comments on commit ccb0ce8

Please sign in to comment.