From 57e7b66ab9dec63f9878167387e1d725391ca1b3 Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Mon, 18 May 2020 14:02:55 +0800 Subject: [PATCH] pip-requirements.txt: Add Ecc required lib antlr4-python3-runtime is a lib to support Ecc run with Py3.x. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Liming Gao --- pip-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pip-requirements.txt b/pip-requirements.txt index 574dac43b1a6..0fecd37f2a83 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,3 +14,4 @@ edk2-pytool-library==0.10.* edk2-pytool-extensions~=0.13.3 +antlr4-python3-runtime==4.7.1