From bdd39433b6e41f71f26a0a64f6c0a2bdd7ca9c26 Mon Sep 17 00:00:00 2001 From: Peter Morgan <8431046+pamorgan@users.noreply.github.com> Date: Tue, 14 Jul 2020 17:54:54 -0400 Subject: [PATCH] Add missing dependecies to run tools/gen_compilation_database.py successfully. This command will create the files needed for CLang intellisense to work. Signed-off-by: Peter Morgan <8431046+pamorgan@users.noreply.github.com> --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 4ce0db090..9823650f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,5 @@ pytest pytest-dependency pytest-xdist pyyaml +zipp +importlib_metadata \ No newline at end of file