From 534580beb7af83e702bf81029ebc0a5f48597bfe Mon Sep 17 00:00:00 2001 From: Milan Malfait Date: Thu, 8 Feb 2024 17:08:57 +0000 Subject: [PATCH] Add missing SSL dependency --- pytest-pixl/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest-pixl/pyproject.toml b/pytest-pixl/pyproject.toml index ac7282e58..5dfb1d2d4 100644 --- a/pytest-pixl/pyproject.toml +++ b/pytest-pixl/pyproject.toml @@ -13,6 +13,7 @@ classifiers = [ dependencies = [ "pyftpdlib==1.5.9", "python-decouple==3.6", + "pyOpenSSL==24.0.0", ] [project.optional-dependencies]