forked from mendersoftware/mender-dist-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
52 lines (52 loc) · 946 Bytes
/
requirements.txt
File metadata and controls
52 lines (52 loc) · 946 Bytes
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.10
# by the following command:
#
# pip-compile tests/requirements.in
#
bcrypt==4.0.1
# via paramiko
certifi==2023.7.22
# via requests
cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.1.0
# via requests
cryptography==42.0.4
# via paramiko
decorator==5.1.1
# via fabric
deprecated==1.2.14
# via fabric
exceptiongroup==1.1.3
# via pytest
fabric==3.2.2
# via -r requirements.in
idna==3.4
# via requests
iniconfig==2.0.0
# via pytest
invoke==2.1.3
# via fabric
packaging==23.1
# via pytest
paramiko==3.4.0
# via fabric
pluggy==1.2.0
# via pytest
pycparser==2.21
# via cffi
pynacl==1.5.0
# via paramiko
pytest==7.4.3
# via -r requirements.in
requests==2.31.0
# via -r requirements.in
tomli==2.0.1
# via pytest
urllib3==1.26.19
# via requests
wrapt==1.15.0
# via deprecated