summaryrefslogtreecommitdiffstats
path: root/.github/scripts/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to '.github/scripts/requirements.txt')
-rw-r--r--.github/scripts/requirements.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt
new file mode 100644
index 0000000000..c589084ab0
--- /dev/null
+++ b/.github/scripts/requirements.txt
@@ -0,0 +1,13 @@
+## @file
+# GitHub Helpers Python PIP requirements file
+#
+# This file provides the list of python components used in GitHub scripts in this repository.
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+##
+
+edk2-pytool-library==0.*
+GitPython==3.*
+PyGithub==2.*