From db685e5807ae119b863562086ccb8ab67ac1ea05 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 19 Jun 2019 14:23:38 -0400 Subject: [PATCH] bump torba requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1666fe58..c590f71bb 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( 'console_scripts': 'lbrynet=lbrynet.extras.cli:main' }, install_requires=[ - 'torba==0.5.6', + 'torba==0.5.7', 'aiohttp==3.5.4', 'aioupnp==0.0.12', 'appdirs==1.4.3',