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',