From 0dc63cb77e4858fd288ac7eb19a411183c2a4622 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Mon, 25 Oct 2021 16:36:13 +0100 Subject: [PATCH] unpin pygit2 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1bdf3ced5..83c8b1a9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ browserstack-local==1.2.2 pybrowserstack-screenshots==0.1 glyphslib opentype-sanitizer -pygit2==1.6.1 +pygit2 requests strictyaml tabulate diff --git a/setup.py b/setup.py index b051e85de..25d1fafc9 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def gftools_scripts(): 'unidecode', 'opentype-sanitizer', 'vttlib', - 'pygit2==1.6.1', + 'pygit2', 'strictyaml', 'fontmake>=2.4.0', 'skia-pathops',