From ab5892f260b0a49f85038e9cab7da4576b8b1874 Mon Sep 17 00:00:00 2001 From: Sean Brogan Date: Tue, 24 Sep 2019 21:34:26 -0700 Subject: pip-requirements.txt: Add python pip requirements file https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Add pip requirements file that is used to install the python pip modules build from the edk2-pytool-library and edk2-pytool-extensions repositories. These python modules provide the extensions required to perform EDK II Continuous Integration(CI) builds. Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Signed-off-by: Michael D Kinney Reviewed-by: Liming Gao Reviewed-by: Laszlo Ersek --- pip-requirements.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pip-requirements.txt (limited to 'pip-requirements.txt') 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.* -- cgit v1.2.3