diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2020-05-18 14:02:55 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-17 03:28:09 +0000 |
commit | 57e7b66ab9dec63f9878167387e1d725391ca1b3 (patch) | |
tree | 8619d24f04d51e9dd60b0032506bcf10bcc0e2bc | |
parent | 7f0b28415cb464832155d5b3ff6eb63612f58645 (diff) | |
download | edk2-57e7b66ab9dec63f9878167387e1d725391ca1b3.tar.gz |
pip-requirements.txt: Add Ecc required lib
antlr4-python3-runtime is a lib to support Ecc run with Py3.x.
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
-rw-r--r-- | pip-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt index 574dac43b1..0fecd37f2a 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
|