-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtest-requirements.txt
More file actions
91 lines (91 loc) · 2.14 KB
/
test-requirements.txt
File metadata and controls
91 lines (91 loc) · 2.14 KB
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
# 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
alabaster==1.0.0
# via sphinx
async-generator==1.10
# via -r test-requirements.in
babel==2.17.0
# via sphinx
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
colorama==0.4.6 ; sys_platform == 'win32'
# via
# pytest
# sphinx
contextlib2==21.6.0
# via -r test-requirements.in
coverage==7.13.2
# via pytest-cov
cssselect==1.4.0
# via -r test-requirements.in
docutils==0.21.2 ; python_full_version < '3.11'
# via sphinx
docutils==0.22.4 ; python_full_version >= '3.11'
# via sphinx
exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via pytest
idna==3.11
# via requests
imagesize==1.4.1
# via sphinx
iniconfig==2.3.0
# via pytest
jinja2==3.1.6
# via sphinx
lxml==6.0.2
# via -r test-requirements.in
markupsafe==3.0.3
# via jinja2
packaging==26.0
# via
# pytest
# sphinx
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
# via
# pytest
# sphinx
pytest==9.0.2
# via
# -r test-requirements.in
# pytest-cov
pytest-cov==7.0.0
# via -r test-requirements.in
requests==2.32.5
# via sphinx
roman-numerals==4.1.0 ; python_full_version >= '3.11'
# via sphinx
snowballstemmer==3.0.1
# via sphinx
sphinx==8.1.3 ; python_full_version < '3.11'
# via -r test-requirements.in
sphinx==9.0.4 ; python_full_version == '3.11.*'
# via -r test-requirements.in
sphinx==9.1.0 ; python_full_version >= '3.12'
# via -r test-requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
tomli==2.4.0 ; python_full_version <= '3.11'
# via
# coverage
# pytest
# sphinx
typing-extensions==4.15.0 ; python_full_version < '3.11'
# via exceptiongroup
urllib3==2.6.3
# via requests