mitmproxy: unpinn all dependencies

This commit is contained in:
Sandro Jäckel
2026-07-24 23:41:51 +02:00
parent 1ea2a247f0
commit eb7e56fe88
@@ -50,20 +50,8 @@ buildPythonPackage rec {
hash = "sha256-YgM8GjWmWKxOZcahR3+9XO2Xyfu9v8rNgxKn/2oL35Y=";
};
pythonRelaxDeps = [
# requested by maintainer
"brotli"
# just keep those
"typing-extensions"
"asgiref"
"cryptography"
"pyparsing"
"ruamel.yaml"
"tornado"
"urwid"
"wsproto"
];
# pins many dependencies way to strict
pythonRelaxDeps = true;
build-system = [ setuptools ];