diff options
Diffstat (limited to 'pip-requirements.txt')
-rw-r--r-- | pip-requirements.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt new file mode 100644 index 0000000000..6a41a95ec5 --- /dev/null +++ b/pip-requirements.txt @@ -0,0 +1,16 @@ +## @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
+#
+##
+
+edk2-pytool-library==0.10.*
+edk2-pytool-extensions==0.12.*
|