forked from LBRYCommunity/lbry-sdk
pin scribe to specific version
This commit is contained in:
parent
0a51898722
commit
d3880fffa0
1 changed files with 6 additions and 2 deletions
8
setup.py
8
setup.py
|
@ -61,12 +61,16 @@ setup(
|
||||||
] + ROCKSDB,
|
] + ROCKSDB,
|
||||||
extras_require={
|
extras_require={
|
||||||
'torrent': ['lbry-libtorrent'],
|
'torrent': ['lbry-libtorrent'],
|
||||||
'lint': ['pylint==2.10.0'],
|
'lint': [
|
||||||
|
'pylint==2.10.0'
|
||||||
|
],
|
||||||
'test': [
|
'test': [
|
||||||
'coverage',
|
'coverage',
|
||||||
'jsonschema==4.4.0',
|
'jsonschema==4.4.0',
|
||||||
],
|
],
|
||||||
'scribe': ['scribe @ git+https://github.com/lbryio/scribe.git'],
|
'scribe': [
|
||||||
|
'scribe @ git+https://github.com/lbryio/scribe.git#311db529a03de7fce43ed8579f51ac23a1a884ea'
|
||||||
|
]
|
||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Framework :: AsyncIO',
|
'Framework :: AsyncIO',
|
||||||
|
|
Loading…
Reference in a new issue