summaryrefslogtreecommitdiffstats
path: root/.github/scripts/requirements.txt
blob: a1c2a3c672160c1b8f9e996c8aa92abffee387b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.*
requests==2.*