-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-requirements.txt
122 lines (122 loc) · 2.63 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
# 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
anyio==4.7.0
# via httpx
attrs==24.3.0
# via
# outcome
# trio
beautifulsoup4==4.12.3
# via -r test-requirements.in
black==24.10.0 ; implementation_name == 'cpython'
# via -r test-requirements.in
certifi==2024.12.14
# via
# httpcore
# httpx
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
# anyio
# pytest
# trio
h11==0.14.0
# via httpcore
h2==4.1.0
# via httpx
hpack==4.0.0
# via h2
httpcore==1.0.7
# via httpx
httpx==0.28.1
# via -r test-requirements.in
hyperframe==6.0.1
# via h2
idna==3.10
# via
# anyio
# httpx
# trio
iniconfig==2.0.0
# via pytest
lxml==5.3.0
# via -r test-requirements.in
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
# anyio
# trio
sortedcontainers==2.4.0
# via trio
soupsieve==2.6
# via beautifulsoup4
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
types-beautifulsoup4==4.12.0.20241020
# via -r test-requirements.in
types-html5lib==1.1.11.20241018
# via types-beautifulsoup4
typing-extensions==4.12.2
# via
# -r test-requirements.in
# anyio
# black
# mypy
uv==0.5.13
# via -r test-requirements.in