1 | ## @file
|
---|
2 | # EDK II Python PIP requirements file
|
---|
3 | #
|
---|
4 | # This file provides the list of python components to install using PIP.
|
---|
5 | #
|
---|
6 | # Copyright (c) Microsoft Corporation.
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | # https://pypi.org/project/pip/
|
---|
10 | # https://pip.pypa.io/en/stable/user_guide/#requirements-files
|
---|
11 | # https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format
|
---|
12 | # https://www.python.org/dev/peps/pep-0440/#version-specifiers
|
---|
13 | ##
|
---|
14 |
|
---|
15 | edk2-pytool-library==0.10.*
|
---|
16 | edk2-pytool-extensions~=0.13.3
|
---|