knockpy: relax pyopenssl

This commit is contained in:
Fabian Affolter 2024-03-28 10:38:28 +01:00
parent 5d056b548a
commit ea2c0f9e13
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"beautifulsoup4"
"dnspython"
"pyopenssl"
"tqdm"
];