mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-18 08:08:09 +02:00
Removed the `download_gh_file()` function which is no longer needed with sparse checkout. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
## @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.*
|