-
Notifications
You must be signed in to change notification settings - Fork 3
/
test-requirements.txt
79 lines (78 loc) · 1.45 KB
/
test-requirements.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=test-requirements.txt setup.py test-requirements.in
#
astroid==2.8.3
# via pylint
async-generator==1.10
# via
# pytest-trio
# trio
attrs==21.2.0
# via
# outcome
# pytest
# trio
coverage[toml]==6.0.2
# via pytest-cov
idna==3.3
# via trio
iniconfig==1.1.1
# via pytest
isort==5.9.3
# via pylint
lazy-object-proxy==1.6.0
# via astroid
mccabe==0.6.1
# via pylint
numpy==1.21.2
# via -r test-requirements.in
outcome==1.1.0
# via
# pytest-trio
# trio
packaging==21.0
# via pytest
platformdirs==2.4.0
# via pylint
pluggy==1.0.0
# via pytest
py==1.10.0
# via pytest
pylint==2.11.1
# via -r test-requirements.in
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
# -r test-requirements.in
# pytest-cov
# pytest-trio
pytest-cov==3.0.0
# via -r test-requirements.in
pytest-trio==0.7.0
# via -r test-requirements.in
sniffio==1.2.0
# via trio
sortedcontainers==2.4.0
# via trio
toml==0.10.2
# via
# pylint
# pytest
tomli==1.2.1
# via coverage
trio==0.19.0
# via
# -r test-requirements.in
# pytest-trio
typing-extensions==3.10.0.2
# via
# astroid
# pylint
wrapt==1.13.2
# via astroid
# The following packages are considered to be unsafe in a requirements file:
# setuptools