From 0c4d1188630eff8306f4b1f8554aed94ab68ace5 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Thu, 9 Jun 2022 15:57:36 -0300 Subject: [PATCH] pin hub to dfda41f85fb3e2ad909a1493d389cfdad5eaa5c1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed59735b1..c5fdbc101 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( 'torrent': ['lbry-libtorrent'], 'lint': ['pylint==2.10.0'], 'test': ['coverage'], - 'scribe': ['scribe @ git+https://github.com/lbryio/scribe.git'], + 'scribe': ['scribe @ git+https://github.com/lbryio/hub.git@dfda41f85fb3e2ad909a1493d389cfdad5eaa5c1'], }, classifiers=[ 'Framework :: AsyncIO',