From 33c92a7bbfaace37dc6fb58938e631f5091a1699 Mon Sep 17 00:00:00 2001 From: Gabriele Benedetti <40857804+gbene@users.noreply.github.com> Date: Thu, 9 May 2024 16:04:56 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e870033..3478ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,8 @@ dependencies = [ 'python-ternary', 'pyperclip', 'pyqt5', - 'openpyxl' + 'openpyxl', + 'seaborn' ] dynamic = ['version']