From: Sean Brogan Date: Wed, 25 Sep 2019 04:34:26 +0000 (-0700) Subject: pip-requirements.txt: Add python pip requirements file X-Git-Tag: edk2-stable201911~49 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=ab5892f260b0a49f85038e9cab7da4576b8b1874 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 --- 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.*