2019-09-25 06:34:26 +02:00
|
|
|
## @file
|
|
|
|
# EDK II Python PIP requirements file
|
|
|
|
#
|
|
|
|
# This file provides the list of python components to install using PIP.
|
|
|
|
#
|
|
|
|
# Copyright (c) Microsoft Corporation.
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
#
|
|
|
|
# https://pypi.org/project/pip/
|
|
|
|
# https://pip.pypa.io/en/stable/user_guide/#requirements-files
|
|
|
|
# https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format
|
2020-04-07 05:07:50 +02:00
|
|
|
# https://www.python.org/dev/peps/pep-0440/#version-specifiers
|
2019-09-25 06:34:26 +02:00
|
|
|
##
|
|
|
|
|
2024-05-29 00:04:27 +02:00
|
|
|
edk2-pytool-library==0.21.5
|
2024-05-30 15:29:26 +02:00
|
|
|
edk2-pytool-extensions==0.27.5
|
2024-03-05 12:38:34 +01:00
|
|
|
edk2-basetools==0.1.51
|
2020-05-18 08:02:55 +02:00
|
|
|
antlr4-python3-runtime==4.7.1
|
2022-11-08 09:38:49 +01:00
|
|
|
lcov-cobertura==2.0.2
|
2024-05-30 15:29:31 +02:00
|
|
|
regex==2024.5.15
|