diff --git a/setup.py b/setup.py index 926d396..b2c54d4 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ setup( setup_requires=['pytest-runner'], install_requires=['aiohttp==2.3.8', 'click==7.0', 'pyYAML', 'ldap3'], - tests_require=['pytest', 'pytest-aiohttp'] + tests_require=['pytest', 'pytest-aiohttp', 'pytest-asyncio', 'async-generator'] )