Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 45 additions & 19 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,53 @@
#
# pip-compile --output-file=requirements-test.txt test-requirements.in
#
aiohttp==3.6.2 # via pytest-aiohttp
async-timeout==3.0.1 # via aiohttp
aiohttp==3.7.4
# via pytest-aiohttp
async-timeout==3.0.1
# via aiohttp
asynctest==0.13.0
attrs==19.3.0 # via aiohttp, pytest
chardet==3.0.4 # via aiohttp
coverage==5.0.4 # via pytest-cov
idna-ssl==1.1.0 # via aiohttp
idna==2.9 # via idna-ssl, yarl
importlib-metadata==1.6.0 # via pluggy, pytest
more-itertools==8.2.0 # via pytest
multidict==4.7.5 # via aiohttp, yarl
packaging==20.3 # via pytest
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
pyparsing==2.4.6 # via packaging
# via -r test-requirements.in
attrs==19.3.0
# via
# aiohttp
# pytest
chardet==3.0.4
# via aiohttp
coverage==5.0.4
# via pytest-cov
idna==2.9
# via yarl
more-itertools==8.2.0
# via pytest
multidict==4.7.5
# via
# aiohttp
# yarl
packaging==20.3
# via pytest
pluggy==0.13.1
# via pytest
py==1.8.1
# via pytest
pyparsing==2.4.6
# via packaging
pytest-aiohttp==0.3.0
# via -r test-requirements.in
pytest-asyncio==0.10.0
# via -r test-requirements.in
pytest-cov==2.8.1
# via -r test-requirements.in
pytest==5.4.1
six==1.14.0 # via packaging
typing-extensions==3.7.4.1 # via aiohttp
wcwidth==0.1.9 # via pytest
yarl==1.4.2 # via aiohttp
zipp==3.1.0 # via importlib-metadata
# via
# -r test-requirements.in
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
six==1.14.0
# via packaging
typing-extensions==3.7.4.1
# via aiohttp
wcwidth==0.1.9
# via pytest
yarl==1.4.2
# via aiohttp