From d9757fdae8fa8685d9cc40c39b9db649dc9e66d2 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 17 Oct 2018 22:29:09 -0400 Subject: [PATCH] remove asyncio from requirements --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d8f01c997..b4812dfeb 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,6 @@ setup( 'console_scripts': 'lbrynet=lbrynet.cli:main' }, install_requires=[ - 'asyncio', 'aiohttp', 'aioupnp', 'twisted[tls]==18.7.0',