Updating test dependencies.

refactor
blallo 2019-04-19 15:58:09 +02:00
parent e67b97b214
commit bdd4a39531
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 1 additions and 1 deletions

View File

@ -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']
)