Unverified Commit a956b87b authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

vunnel: relax more deps (#353017)

parents d184e041 340ebc22
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ python3.pkgs.buildPythonApplication rec {
  pythonRelaxDeps = [
    "defusedxml"
    "ijson"
    "importlib-metadata"
    "sqlalchemy"
    "websockets"
    "xsdata"
  ];