Parcourir la source

Specify gql version (#1039)

3.0.0 is incompatible, this is a quick fix
Jon Meow il y a 4 ans
Parent
commit
ad08148304
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      github_tools/requirements.txt

+ 1 - 1
github_tools/requirements.txt

@@ -3,5 +3,5 @@
 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 
 # Python dependencies, consumed by /WORKSPACE.
-gql
+gql >= 2.0.0, < 3.0.0
 PyGitHub