Skip to content

Commit

Permalink
♻️ refactor: Remove npm dependency check from plugin installation war…
Browse files Browse the repository at this point in the history
…nings
  • Loading branch information
Impre-visible committed Nov 17, 2024
1 parent 52c51b5 commit 4db00b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/chocolate_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,6 @@ def check_dependencies() -> None:
"ffmpeg is not installed. Chocolate will not be able to play videos."
)

if not shutil.which("npm"):
logging.warning(
"npm is not installed. Chocolate will not be able to install plugins."
)

if not shutil.which("git"):
logging.warning(
"git is not installed. Chocolate will not be able to install plugins."
Expand Down

0 comments on commit 4db00b1

Please sign in to comment.