add aiohttp to CI requirements to fix build
This commit is contained in:
parent
8c7df0f5ab
commit
a59e5fb019
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
aiohttp==3.6.2
|
||||
async-timeout==3.0.1
|
||||
attrs==19.3.0
|
||||
chardet==3.0.4
|
||||
idna==2.9
|
||||
multidict==4.7.5
|
||||
mypy==0.770
|
||||
mypy-extensions==0.4.3
|
||||
typed-ast==1.4.1
|
||||
typing-extensions==3.7.4.2
|
||||
websockets==8.1
|
||||
yarl==1.4.2
|
||||
|
|
Loading…
Reference in a new issue