-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathtest-requirements.txt
47 lines (47 loc) · 990 Bytes
/
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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --resolver=backtracking test-requirements.in
#
attrs==25.3.0
# via service-identity
cffi==1.17.1
# via cryptography
coverage[toml]==7.8.0
# via -r test-requirements.in
cryptography==44.0.2
# via
# -r test-requirements.in
# pyopenssl
# service-identity
exceptiongroup==1.2.2
# via pytest
idna==3.10
# via -r test-requirements.in
iniconfig==2.1.0
# via pytest
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pyasn1==0.6.1
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.4.2
# via service-identity
pycparser==2.22
# via cffi
pyopenssl==25.0.0
# via -r test-requirements.in
pytest==8.3.5
# via -r test-requirements.in
service-identity==24.2.0
# via -r test-requirements.in
tomli==2.2.1
# via
# coverage
# pytest
typing-extensions==4.13.0
# via pyopenssl