]>
Commit | Line | Data |
---|---|---|
ab5892f2 SB |
1 | ## @file\r |
2 | # EDK II Python PIP requirements file\r | |
3 | #\r | |
4 | # This file provides the list of python components to install using PIP.\r | |
5 | #\r | |
6 | # Copyright (c) Microsoft Corporation.\r | |
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent\r | |
8 | #\r | |
9 | # https://pypi.org/project/pip/\r | |
10 | # https://pip.pypa.io/en/stable/user_guide/#requirements-files\r | |
11 | # https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format\r | |
6fedaa1c | 12 | # https://www.python.org/dev/peps/pep-0440/#version-specifiers\r |
ab5892f2 SB |
13 | ##\r |
14 | \r | |
15 | edk2-pytool-library==0.10.*\r | |
6fedaa1c | 16 | edk2-pytool-extensions~=0.13.3\r |
1534b622 | 17 | edk2-basetools==0.1.2\r |
57e7b66a | 18 | antlr4-python3-runtime==4.7.1\r |