Loading pkgs/development/python-modules/mitmproxy/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ ldap3, mitmproxy-rs, msgpack, nixosTests, publicsuffix2, pyopenssl, pyparsing, Loading Loading @@ -50,6 +51,7 @@ buildPythonPackage rec { pythonRelaxDeps = [ "bcrypt" "brotli" "cryptography" "flask" "h2" Loading Loading @@ -146,6 +148,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "mitmproxy" ]; passthru.tests = { inherit (nixosTests) mitmproxy; }; meta = with lib; { description = "Man-in-the-middle proxy"; homepage = "https://mitmproxy.org/"; Loading Loading
pkgs/development/python-modules/mitmproxy/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ ldap3, mitmproxy-rs, msgpack, nixosTests, publicsuffix2, pyopenssl, pyparsing, Loading Loading @@ -50,6 +51,7 @@ buildPythonPackage rec { pythonRelaxDeps = [ "bcrypt" "brotli" "cryptography" "flask" "h2" Loading Loading @@ -146,6 +148,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "mitmproxy" ]; passthru.tests = { inherit (nixosTests) mitmproxy; }; meta = with lib; { description = "Man-in-the-middle proxy"; homepage = "https://mitmproxy.org/"; Loading