diff options
author | Sean Brogan <sean.brogan@microsoft.com> | 2019-09-24 21:34:26 -0700 |
---|---|---|
committer | Michael D Kinney <michael.d.kinney@intel.com> | 2019-11-11 13:01:31 -0800 |
commit | ab5892f260b0a49f85038e9cab7da4576b8b1874 (patch) | |
tree | 1649d92b0a6e37d0d2ed43a910456a30e11b336c /pip-requirements.txt | |
parent | 48760409ccc8a11976892da6c7bf930144f61fda (diff) | |
download | edk2-ab5892f260b0a49f85038e9cab7da4576b8b1874.tar.gz |
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>
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.*
|