scribe -> hub

This commit is contained in:
Jack Robison 2022-05-27 09:44:54 -04:00
parent ea8adc5367
commit a391fe9fc7
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 3 additions and 3 deletions

View file

@ -68,8 +68,8 @@ setup(
'coverage', 'coverage',
'jsonschema==4.4.0', 'jsonschema==4.4.0',
], ],
'scribe': [ 'hub': [
'scribe @ git+https://github.com/lbryio/scribe.git@311db529a03de7fce43ed8579f51ac23a1a884ea' 'hub@git+https://github.com/lbryio/hub.git@0901f67d89a17b403dd43aed939dd3f056af3d58'
] ]
}, },
classifiers=[ classifiers=[

View file

@ -4,7 +4,7 @@ deps =
coverage coverage
extras = extras =
test test
scribe hub
torrent torrent
changedir = {toxinidir}/tests changedir = {toxinidir}/tests
setenv = setenv =