From 0616a2fccbd01c459997070e496c62c0c5ffeca3 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Sun, 30 Nov 2025 05:39:36 +0530 Subject: [PATCH] Add requirements.txt for BCC-Examples --- BCC-Examples/requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 BCC-Examples/requirements.txt diff --git a/BCC-Examples/requirements.txt b/BCC-Examples/requirements.txt new file mode 100644 index 0000000..a972bbd --- /dev/null +++ b/BCC-Examples/requirements.txt @@ -0,0 +1,9 @@ +# ============================================================================= +# Requirements for PythonBPF BCC-Examples +# ============================================================================= + +dash +matplotlib +numpy +plotly +rich