Skip to content

Commit

Permalink
Remove libsass dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Mar 8, 2024
1 parent 05377ce commit ddcb6b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0", "wheel", "setuptools_scm[toml]>=6.2", "libsass==0.15.1"]
requires = ["setuptools>=61.0", "wheel", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
3 changes: 0 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ iso8601

pynetsnmp-2>=0.1.10

# libsass for compiling scss files to css using distutils/setuptools
libsass==0.15.1

napalm==3.4.1

backports.zoneinfo ; python_version < '3.9'
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ commands =

[testenv:javascript]
usedevelop=True
deps = libsass==0.15.1
commands_pre =
commands =
/sbin/start-stop-daemon -o --stop --quiet --pidfile /var/tmp/xvfb.pid
Expand Down

0 comments on commit ddcb6b4

Please sign in to comment.