Unverified Commit 340ebc22 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

vunnel: relax more deps

parent 6f860c12
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"
  ];