add resolver

This commit is contained in:
Trevor Hobenshield
2023-04-07 16:53:40 -07:00
parent 5a94458f3b
commit 1d05427da7

View File

@@ -5,7 +5,7 @@ from setuptools import find_packages, setup
install_requires = [
'aiodns',
'aiohttp',
'uvloop; platform_system != "Windows"'
'uvloop; platform_system != "Windows"',
'nest_asyncio',
'requests',
'tqdm',