From ca6fd5b7b95006751897db3c814711c3f766a704 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 11 May 2022 16:32:56 -0300 Subject: [PATCH] fix scribe pinning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 351f1194e..484104d0e 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setup( 'jsonschema==4.4.0', ], 'scribe': [ - 'scribe @ git+https://github.com/lbryio/scribe.git#311db529a03de7fce43ed8579f51ac23a1a884ea' + 'scribe @ git+https://github.com/lbryio/scribe.git@311db529a03de7fce43ed8579f51ac23a1a884ea' ] }, classifiers=[