diff --git a/libs/python/computer-server/pyproject.toml b/libs/python/computer-server/pyproject.toml index 506c084e..ee4b03d6 100644 --- a/libs/python/computer-server/pyproject.toml +++ b/libs/python/computer-server/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "pyobjc-framework-ApplicationServices>=10.1; sys_platform == 'darwin'", "python-xlib>=0.33; sys_platform == 'linux'", "pywin32>=310; sys_platform == 'win32'", + "python-certifi-win32; sys_platform == 'win32'", ] [project.optional-dependencies]