vunnel: relax more deps (#353017)

This commit is contained in:
Sefa Eyeoglu
2024-11-02 11:48:50 +01:00
committed by GitHub
+2
View File
@@ -20,7 +20,9 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"defusedxml"
"ijson"
"importlib-metadata"
"sqlalchemy"
"websockets"
"xsdata"
];