-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathtest-requirements.txt
More file actions
52 lines (52 loc) · 1.03 KB
/
test-requirements.txt
File metadata and controls
52 lines (52 loc) · 1.03 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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile test-requirements.in
#
attrs==25.4.0
# via service-identity
cffi==2.0.0
# via cryptography
coverage[toml]==7.13.4
# via -r test-requirements.in
cryptography==46.0.5
# via
# -r test-requirements.in
# pyopenssl
# service-identity
exceptiongroup==1.3.1
# via pytest
idna==3.11
# via -r test-requirements.in
iniconfig==2.3.0
# via pytest
packaging==26.0
# via pytest
pluggy==1.6.0
# via pytest
pyasn1==0.6.2
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.4.2
# via service-identity
pycparser==3.0
# via cffi
pygments==2.19.2
# via pytest
pyopenssl==25.3.0
# via -r test-requirements.in
pytest==9.0.2
# via -r test-requirements.in
service-identity==24.2.0
# via -r test-requirements.in
tomli==2.4.0
# via
# coverage
# pytest
typing-extensions==4.15.0
# via
# cryptography
# exceptiongroup
# pyopenssl