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',
|
'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=[
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -4,7 +4,7 @@ deps =
|
||||||
coverage
|
coverage
|
||||||
extras =
|
extras =
|
||||||
test
|
test
|
||||||
scribe
|
hub
|
||||||
torrent
|
torrent
|
||||||
changedir = {toxinidir}/tests
|
changedir = {toxinidir}/tests
|
||||||
setenv =
|
setenv =
|
||||||
|
|
Loading…
Add table
Reference in a new issue