diff --git a/setup.py b/setup.py index 1b83af3..8a8cbbf 100755 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ ], packages=["mythic"], include_package_data=True, - install_requires=["aiohttp", "asyncio", "gql[aiohttp,websockets]==3.5.3", "pycryptodome"], + install_requires=["aiohttp", "gql[aiohttp,websockets]==3.5.3", "pycryptodome"], entry_points={}, )