forked from LBRYCommunity/lbry-sdk
scribe -> hub
This commit is contained in:
parent
ea8adc5367
commit
a391fe9fc7
2 changed files with 3 additions and 3 deletions
4
setup.py
4
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=[
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -4,7 +4,7 @@ deps =
|
|||
coverage
|
||||
extras =
|
||||
test
|
||||
scribe
|
||||
hub
|
||||
torrent
|
||||
changedir = {toxinidir}/tests
|
||||
setenv =
|
||||
|
|
Loading…
Reference in a new issue