-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-test.txt
30 lines (30 loc) · 1.02 KB
/
requirements-test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements-test.txt test-requirements.in
#
aiohttp==3.6.2 # 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
pytest-aiohttp==0.3.0
pytest-asyncio==0.10.0
pytest-cov==2.8.1
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