]> git.proxmox.com Git - mirror_edk2.git/commitdiff
pip-requirements.txt: Add python pip requirements file
authorSean Brogan <sean.brogan@microsoft.com>
Wed, 25 Sep 2019 04:34:26 +0000 (21:34 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Mon, 11 Nov 2019 21:01:31 +0000 (13:01 -0800)
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>
pip-requirements.txt [new file with mode: 0644]

diff --git a/pip-requirements.txt b/pip-requirements.txt
new file mode 100644 (file)
index 0000000..6a41a95
--- /dev/null
@@ -0,0 +1,16 @@
+## @file\r
+# EDK II Python PIP requirements file\r
+#\r
+# This file provides the list of python components to install using PIP.\r
+#\r
+# Copyright (c) Microsoft Corporation.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+# https://pypi.org/project/pip/\r
+# https://pip.pypa.io/en/stable/user_guide/#requirements-files\r
+# https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format\r
+#\r
+##\r
+\r
+edk2-pytool-library==0.10.*\r
+edk2-pytool-extensions==0.12.*\r