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
|
|
|
##
|
|
|
|
|
|
|
|
edk2-pytool-library==0.10.*
|
2020-04-07 05:07:50 +02:00
|
|
|
edk2-pytool-extensions~=0.13.3
|