-
Notifications
You must be signed in to change notification settings - Fork 290
/
requirements.txt
206 lines (205 loc) · 4.23 KB
/
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=test pyproject.toml
#
ansible-core==2.16.6
# via teuthology (pyproject.toml)
apache-libcloud==3.8.0
# via teuthology (pyproject.toml)
backports-ssl-match-hostname==3.7.0.1
# via teuthology (pyproject.toml)
bcrypt==4.1.2
# via paramiko
beanstalkc3==0.4.0
# via teuthology (pyproject.toml)
boto==2.49.0
# via teuthology (pyproject.toml)
boto3==1.34.8
# via teuthology (pyproject.toml)
botocore==1.34.8
# via
# boto3
# s3transfer
build==1.0.3
# via pip-tools
cachetools==5.3.2
# via tox
certifi==2023.11.17
# via
# requests
# sentry-sdk
cffi==1.16.0
# via
# cryptography
# pynacl
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
configobj==5.0.8
# via teuthology (pyproject.toml)
configparser==6.0.0
# via teuthology (pyproject.toml)
coverage[toml]==7.4.0
# via
# pytest-cov
# teuthology (pyproject.toml)
cryptography==41.0.7
# via
# ansible-core
# paramiko
# pyopenssl
distlib==0.3.8
# via virtualenv
docopt==0.6.2
# via teuthology (pyproject.toml)
filelock==3.13.1
# via
# tox
# virtualenv
gevent==23.9.1
# via teuthology (pyproject.toml)
greenlet==3.0.3
# via gevent
httplib2==0.22.0
# via teuthology (pyproject.toml)
humanfriendly==10.0
# via teuthology (pyproject.toml)
idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
ipy==1.1
# via teuthology (pyproject.toml)
jinja2==3.1.4
# via ansible-core
jmespath==1.0.1
# via
# boto3
# botocore
lupa==2.2
# via teuthology (pyproject.toml)
lxml==4.9.4
# via teuthology (pyproject.toml)
markupsafe==2.1.3
# via jinja2
mock==5.1.0
# via teuthology (pyproject.toml)
ndg-httpsclient==0.5.1
# via teuthology (pyproject.toml)
netaddr==0.9.0
# via teuthology (pyproject.toml)
packaging==23.2
# via
# ansible-core
# build
# pyproject-api
# pytest
# tox
paramiko==3.4.0
# via teuthology (pyproject.toml)
pexpect==4.9.0
# via teuthology (pyproject.toml)
pip-tools==7.3.0
# via teuthology (pyproject.toml)
platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
# via
# pytest
# tox
prettytable==3.9.0
# via teuthology (pyproject.toml)
prometheus-client==0.19.0
# via teuthology (pyproject.toml)
psutil==5.9.7
# via teuthology (pyproject.toml)
ptyprocess==0.7.0
# via pexpect
pyasn1==0.5.1
# via
# ndg-httpsclient
# teuthology (pyproject.toml)
pycparser==2.21
# via cffi
pyjwt==2.8.0
# via teuthology (pyproject.toml)
pynacl==1.5.0
# via
# paramiko
# teuthology (pyproject.toml)
pynose==1.5.1
# via teuthology (pyproject.toml)
pyopenssl==23.3.0
# via
# ndg-httpsclient
# teuthology (pyproject.toml)
pyparsing==3.1.1
# via httplib2
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
# via
# pytest-cov
# teuthology (pyproject.toml)
pytest-cov==4.1.0
# via teuthology (pyproject.toml)
python-dateutil==2.8.2
# via
# botocore
# teuthology (pyproject.toml)
pyyaml==6.0.1
# via
# ansible-core
# teuthology (pyproject.toml)
requests==2.31.0
# via
# apache-libcloud
# teuthology (pyproject.toml)
resolvelib==0.8.1
# via ansible-core
s3transfer==0.10.0
# via boto3
sentry-sdk==1.39.1
# via teuthology (pyproject.toml)
six==1.16.0
# via
# configobj
# python-dateutil
toml==0.10.2
# via teuthology (pyproject.toml)
tox==4.11.4
# via teuthology (pyproject.toml)
types-psutil==6.0.0.20240621
# via teuthology (pyproject.toml)
urllib3==1.26.18
# via
# botocore
# requests
# sentry-sdk
# teuthology (pyproject.toml)
virtualenv==20.25.0
# via tox
wcwidth==0.2.12
# via prettytable
wheel==0.42.0
# via pip-tools
xmltodict==0.13.0
# via teuthology (pyproject.toml)
zope-event==5.0
# via gevent
zope-interface==6.1
# via gevent
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools