forked from python-trio/trio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-requirements.txt
141 lines (141 loc) · 2.77 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file test-requirements.txt test-requirements.in
#
appdirs==1.4.4
# via black
astor==0.8.1
# via -r test-requirements.in
astroid==2.4.2
# via pylint
async-generator==1.10
# via -r test-requirements.in
attrs==20.3.0
# via
# -r test-requirements.in
# outcome
# pytest
backcall==0.2.0
# via ipython
black==20.8b1 ; implementation_name == "cpython"
# via -r test-requirements.in
cffi==1.14.4
# via cryptography
click==7.1.2
# via black
coverage==5.4
# via pytest-cov
cryptography==3.4.4
# via
# pyopenssl
# trustme
decorator==4.4.2
# via ipython
flake8==3.8.4
# via -r test-requirements.in
idna==2.10
# via
# -r test-requirements.in
# trustme
immutables==0.15
# via -r test-requirements.in
iniconfig==1.1.1
# via pytest
ipython-genutils==0.2.0
# via traitlets
ipython==7.20.0
# via -r test-requirements.in
isort==5.7.0
# via pylint
jedi==0.18.0
# via
# -r test-requirements.in
# ipython
lazy-object-proxy==1.4.3
# via astroid
mccabe==0.6.1
# via
# flake8
# pylint
mypy-extensions==0.4.3 ; implementation_name == "cpython"
# via
# -r test-requirements.in
# black
# mypy
mypy==0.800 ; implementation_name == "cpython"
# via -r test-requirements.in
outcome==1.1.0
# via -r test-requirements.in
packaging==20.9
# via pytest
parso==0.8.1
# via jedi
pathspec==0.8.1
# via black
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pluggy==0.13.1
# via pytest
prompt-toolkit==3.0.15
# via ipython
ptyprocess==0.7.0
# via pexpect
py==1.10.0
# via pytest
pycodestyle==2.6.0
# via flake8
pycparser==2.20
# via cffi
pyflakes==2.2.0
# via flake8
pygments==2.7.4
# via ipython
pylint==2.6.0
# via -r test-requirements.in
pyopenssl==20.0.1
# via -r test-requirements.in
pyparsing==2.4.7
# via packaging
pytest-cov==2.11.1
# via -r test-requirements.in
pytest==6.2.2
# via
# -r test-requirements.in
# pytest-cov
regex==2020.11.13
# via black
six==1.15.0
# via
# astroid
# pyopenssl
sniffio==1.2.0
# via -r test-requirements.in
sortedcontainers==2.3.0
# via -r test-requirements.in
toml==0.10.2
# via
# black
# pylint
# pytest
traitlets==5.0.5
# via ipython
trustme==0.7.0
# via -r test-requirements.in
typed-ast==1.4.2 ; implementation_name == "cpython"
# via
# -r test-requirements.in
# black
# mypy
typing-extensions==3.7.4.3 ; implementation_name == "cpython"
# via
# -r test-requirements.in
# black
# mypy
wcwidth==0.2.5
# via prompt-toolkit
wrapt==1.12.1
# via astroid