Pin aiohttp version to 2.3.8

make-things-work-brutally
crudo 2018-03-10 15:15:56 +01:00
parent 7029b88fa7
commit d274c1a2ac
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ setup(
scripts=['src/phid'],
setup_requires=['pytest-runner'],
install_requires=['aiohttp', 'pyYAML', 'ldap3'],
install_requires=['aiohttp==2.3.8', 'pyYAML', 'ldap3'],
tests_require=['pytest', 'pytest-aiohttp']
)