pin aiorpcx to 0.8.2 until we can upgrade to latest

This commit is contained in:
Lex Berezhny 2018-10-26 16:20:07 -04:00
parent b90378d739
commit a6ff18c872

View file

@ -30,7 +30,7 @@ setup(
packages=find_packages(exclude=('tests',)),
python_requires='>=3.6',
install_requires=(
'aiorpcx',
'aiorpcx==0.8.2',
'coincurve',
'pbkdf2',
'cryptography'