From f78323e0fb2d4c5ae50660a96113c5af6c848cd4 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 18 Jun 2019 21:50:35 -0400 Subject: [PATCH] update torba version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6211f0a20..d1666fe58 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( 'console_scripts': 'lbrynet=lbrynet.extras.cli:main' }, install_requires=[ - 'torba==0.5.5', + 'torba==0.5.6', 'aiohttp==3.5.4', 'aioupnp==0.0.12', 'appdirs==1.4.3',