mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
6f0729484f
commit
5cfb5d6c01
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue