Files
carbon-lang/github_tools/requirements.txt
T
Jon Meow ad08148304 Specify gql version (#1039)
3.0.0 is incompatible, this is a quick fix
2022-01-24 14:05:35 -08:00

8 lines
268 B
Plaintext

# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# Python dependencies, consumed by /WORKSPACE.
gql >= 2.0.0, < 3.0.0
PyGitHub