From 610de0eff1319a99a3c858bc39f5412623bb11a9 Mon Sep 17 00:00:00 2001 From: WojtekMs <62173407+WojtekMs@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:26:05 +0100 Subject: [PATCH] Make pywin32 dependency only for windows --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d284df..40cf6ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "openpyxl", "semver", "importlib-resources", - "pywin32" + "pywin32;sys_platform=='win32'" ] [project.optional-dependencies] # Optional