forked from oremanj/tricycle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-requirements.txt
88 lines (87 loc) · 1.6 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
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile test-requirements.in
#
async-generator==1.10
# via
# -r test-requirements.in
# trio
attrs==23.1.0
# via
# -r test-requirements.in
# trio
black==23.3.0 ; implementation_name == "cpython"
# via -r test-requirements.in
click==8.1.3
# via black
coverage[toml]==7.2.7
# via pytest-cov
exceptiongroup==1.1.1
# via
# pytest
# trio
flake8==5.0.4
# via -r test-requirements.in
idna==3.4
# via trio
iniconfig==2.0.0
# via pytest
mccabe==0.7.0
# via flake8
mypy==1.3.0 ; implementation_name == "cpython"
# via -r test-requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
# trio-typing
outcome==1.2.0
# via
# pytest-trio
# trio
packaging==23.1
# via
# black
# pytest
pathspec==0.11.1
# via black
platformdirs==3.5.1
# via black
pluggy==1.0.0
# via pytest
pycodestyle==2.9.1
# via flake8
pyflakes==2.5.0
# via flake8
pytest==7.3.1
# via
# -r test-requirements.in
# pytest-cov
# pytest-trio
pytest-cov==4.1.0
# via -r test-requirements.in
pytest-trio==0.8.0
# via -r test-requirements.in
sniffio==1.3.0
# via trio
sortedcontainers==2.4.0
# via trio
tomli==2.0.1
# via
# black
# mypy
# pytest
trio==0.22.0
# via
# -r test-requirements.in
# pytest-trio
# trio-typing
trio-typing==0.8.0
# via -r test-requirements.in
typing-extensions==4.6.3
# via
# black
# mypy
# trio-typing