From 9edb02d7ef08f9b49deb94d2469a445bdac284b5 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sat, 3 Aug 2024 20:18:52 +1000 Subject: [PATCH] build: remove send2trash dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9acaa17e44..cdf032b301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,6 @@ dependencies = [ "rich~=13.3", "scikit-image~=0.21.0", "semver~=3.0.1", - "send2trash", "test-tube~=0.7.5", "windows-curses; sys_platform=='win32'", ]