diff options
Diffstat (limited to 'roms/edk2/pip-requirements.txt')
-rw-r--r-- | roms/edk2/pip-requirements.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/edk2/pip-requirements.txt b/roms/edk2/pip-requirements.txt new file mode 100644 index 000000000..0fecd37f2 --- /dev/null +++ b/roms/edk2/pip-requirements.txt @@ -0,0 +1,17 @@ +## @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.10.*
+edk2-pytool-extensions~=0.13.3
+antlr4-python3-runtime==4.7.1
|