Commit 4ff27553 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

knockpy: relax dnspython

parent 7b228851
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = [
    "beautifulsoup4"
    "dnspython"
    "tqdm"
  ];