knockpy: relax dnspython

This commit is contained in:
Fabian Affolter 2024-03-13 21:16:43 +01:00
parent 7b228851ee
commit 4ff2755355

View File

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