frida-tools: fix missing websockets dependency

This commit is contained in:
eyjhb
2025-01-05 13:09:39 +01:00
parent 12a146bfde
commit b13a12ef3a
+6 -1
View File
@@ -1,4 +1,8 @@
{ lib, fetchPypi, python3Packages }:
{
lib,
fetchPypi,
python3Packages,
}:
python3Packages.buildPythonApplication rec {
pname = "frida-tools";
@@ -14,6 +18,7 @@ python3Packages.buildPythonApplication rec {
prompt-toolkit
colorama
frida-python
websockets
];
meta = {