vunnel: relax more deps

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-11-02 00:02:45 +01:00
parent 6f860c1245
commit 340ebc2232
+2
View File
@@ -20,7 +20,9 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"defusedxml"
"ijson"
"importlib-metadata"
"sqlalchemy"
"websockets"
"xsdata"
];