Updating test dependencies.
This commit is contained in:
parent
e67b97b214
commit
bdd4a39531
2
setup.py
2
setup.py
|
@ -18,5 +18,5 @@ setup(
|
||||||
|
|
||||||
setup_requires=['pytest-runner'],
|
setup_requires=['pytest-runner'],
|
||||||
install_requires=['aiohttp==2.3.8', 'click==7.0', 'pyYAML', 'ldap3'],
|
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']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user