-
Notifications
You must be signed in to change notification settings - Fork 1
/
test-requirements.txt
87 lines (87 loc) · 2 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
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --python-version=3.10 test-requirements.in -o test-requirements.txt
attrs==24.3.0
# via
# outcome
# trio
black==24.10.0 ; implementation_name == 'cpython'
# via -r test-requirements.in
cffi==1.17.1 ; implementation_name != 'pypy' and os_name == 'nt'
# via trio
click==8.1.8 ; implementation_name == 'cpython'
# via black
codespell==2.3.0
# via -r test-requirements.in
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# pytest
coverage==7.6.10
# via
# -r test-requirements.in
# pytest-cov
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via
# pytest
# trio
idna==3.10
# via trio
iniconfig==2.0.0
# via pytest
mypy==1.14.1
# via -r test-requirements.in
mypy-extensions==1.0.0
# via
# -r test-requirements.in
# black
# mypy
orjson==3.10.13 ; implementation_name == 'cpython'
# via -r test-requirements.in
outcome==1.3.0.post0
# via
# pytest-trio
# trio
packaging==24.2
# via
# black
# pytest
pathspec==0.12.1 ; implementation_name == 'cpython'
# via black
platformdirs==4.3.6 ; implementation_name == 'cpython'
# via black
pluggy==1.5.0
# via pytest
pycparser==2.22 ; implementation_name != 'pypy' and os_name == 'nt'
# via cffi
pytest==8.3.4
# via
# -r test-requirements.in
# pytest-cov
# pytest-trio
pytest-cov==6.0.0
# via -r test-requirements.in
pytest-trio==0.8.0
# via -r test-requirements.in
ruff==0.8.4
# via -r test-requirements.in
sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
# via trio
tomli==2.2.1 ; python_full_version <= '3.11'
# via
# black
# coverage
# mypy
# pytest
trio==0.28.0
# via
# -r test-requirements.in
# pytest-trio
typing-extensions==4.12.2
# via
# -r test-requirements.in
# black
# mypy
uv==0.5.13
# via -r test-requirements.in