python312Packages.mitmproxy: relax pyperclip and tornado constraint

This commit is contained in:
Sandro Jäckel
2024-06-24 12:18:33 +02:00
committed by Martin Weinelt
parent 78fa8245ea
commit e36342a2f1
@@ -61,6 +61,8 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"aioquic"
"cryptography"
"pyperclip"
"tornado"
];
propagatedBuildInputs = [