vunnel: relax more deps (#353017)

This commit is contained in:
Sefa Eyeoglu 2024-11-02 11:48:50 +01:00 committed by GitHub
commit a956b87b87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,9 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"defusedxml"
"ijson"
"importlib-metadata"
"sqlalchemy"
"websockets"
"xsdata"
];