From a6ff18c872686ac87ddfd92e4e7a8a058abf6bfe Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 26 Oct 2018 16:20:07 -0400 Subject: [PATCH] pin aiorpcx to 0.8.2 until we can upgrade to latest --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb5c41003..912c7a755 100644 --- a/setup.py +++ b/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'