forked from LBRYCommunity/lbry-sdk
pin aiorpcx to 0.8.2 until we can upgrade to latest
This commit is contained in:
parent
b90378d739
commit
a6ff18c872
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ setup(
|
|||
packages=find_packages(exclude=('tests',)),
|
||||
python_requires='>=3.6',
|
||||
install_requires=(
|
||||
'aiorpcx',
|
||||
'aiorpcx==0.8.2',
|
||||
'coincurve',
|
||||
'pbkdf2',
|
||||
'cryptography'
|
||||
|
|
Loading…
Reference in a new issue