From 78fcf6a44a445012abc1b5102a5fcf2f5c1c3501 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 1 Oct 2018 18:42:28 -0400 Subject: [PATCH] add asyncio to requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a0cf7a8f9..d3980e9a2 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ setup( 'console_scripts': 'lbrynet=lbrynet.cli:main' }, install_requires=[ + 'asyncio', 'aiohttp', 'twisted[tls]==18.7.0', 'appdirs',