mirror of https://github.com/acidanthera/audk.git
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 <afish@apple.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
48760409cc
commit
ab5892f260
|
@ -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.*
|
Loading…
Reference in New Issue