summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2023-08-10 17:35:02 -0400
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-09-19 01:20:27 +0000
commit5cfb5d6c012701943fe976adda5cce7bd0a26084 (patch)
tree35ae4459cfafc194540243dc5b47c6a59d6a1166
parent6f0729484f3b6c6e7e656b6c049312cadc29e73a (diff)
downloadedk2-5cfb5d6c012701943fe976adda5cce7bd0a26084.tar.gz
edk2-5cfb5d6c012701943fe976adda5cce7bd0a26084.tar.bz2
edk2-5cfb5d6c012701943fe976adda5cce7bd0a26084.zip
pip-requirements.txt: Add regex
regex is a popular PIP module for regular expression support. https://pypi.org/project/regex/ This change adds regex for the upcoming DebugMacroCheck plugin. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
-rw-r--r--pip-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt
index c221576bef..0f615f9be2 100644
--- a/pip-requirements.txt
+++ b/pip-requirements.txt
@@ -17,4 +17,4 @@ edk2-pytool-extensions~=0.23.2
edk2-basetools==0.1.48
antlr4-python3-runtime==4.7.1
lcov-cobertura==2.0.2
-
+regex==2023.8.8