From 1205b3280af04f420c4511a213f7f1695d472270 Mon Sep 17 00:00:00 2001 From: Andrew Nikitin Date: Thu, 17 May 2018 19:59:34 +0300 Subject: [PATCH] [Hotfix libindy] bump plenum Signed-off-by: Andrew Nikitin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1478a01fe..d7b9f9263 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ data_files=[( (BASE_DIR, ['data/nssm_original.exe']) )], - install_requires=['indy-plenum==1.2.41', + install_requires=['indy-plenum==1.2.42', 'indy-anoncreds==1.0.11', 'python-dateutil', 'timeout-decorator==0.4.0'],