From a391fe9fc74a31184aa25d1bf542b6982244c55c Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 27 May 2022 09:44:54 -0400 Subject: [PATCH] scribe -> hub --- setup.py | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 484104d0e..314b38cc5 100644 --- a/setup.py +++ b/setup.py @@ -68,8 +68,8 @@ setup( 'coverage', 'jsonschema==4.4.0', ], - 'scribe': [ - 'scribe @ git+https://github.com/lbryio/scribe.git@311db529a03de7fce43ed8579f51ac23a1a884ea' + 'hub': [ + 'hub@git+https://github.com/lbryio/hub.git@0901f67d89a17b403dd43aed939dd3f056af3d58' ] }, classifiers=[ diff --git a/tox.ini b/tox.ini index 2a2642c56..b65cfa80d 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ deps = coverage extras = test - scribe + hub torrent changedir = {toxinidir}/tests setenv =