22 строки
643 B
Plaintext
22 строки
643 B
Plaintext
## @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
|
|
# https://www.python.org/dev/peps/pep-0440/#version-specifiers
|
|
##
|
|
|
|
edk2-pytool-library~=0.20.0
|
|
edk2-pytool-extensions~=0.27.0
|
|
edk2-basetools==0.1.49
|
|
antlr4-python3-runtime==4.13.1
|
|
lcov-cobertura==2.0.2
|
|
regex==2023.12.25
|
|
pygount==1.6.1
|