blob: 611a231421a9aee0e358a4b08cd33213864a49e0 [file] [log] [blame]
garciadeblas66834562022-11-10 14:07:04 +01001#######################################################################################
2# Copyright ETSI Contributors and Others.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13# implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#######################################################################################
Mark Beierl9ed3fa42023-03-01 18:51:34 +000017attrs==22.2.0
18 # via cmd2
19autopage==0.5.1
20 # via cliff
garciadeblas66834562022-11-10 14:07:04 +010021azure-common==1.1.28
22 # via
23 # -r requirements.in
24 # azure-mgmt-compute
Mark Beierl9ed3fa42023-03-01 18:51:34 +000025azure-core==1.26.4
garciadeblas66834562022-11-10 14:07:04 +010026 # via
27 # azure-identity
28 # azure-mgmt-core
29 # msrest
30azure-identity==1.12.0
31 # via -r requirements.in
Mark Beierlf4fc5c92023-01-27 19:13:35 +000032azure-mgmt-compute==29.1.0
garciadeblas66834562022-11-10 14:07:04 +010033 # via -r requirements.in
Mark Beierl9ed3fa42023-03-01 18:51:34 +000034azure-mgmt-core==1.4.0
garciadeblas66834562022-11-10 14:07:04 +010035 # via azure-mgmt-compute
Mark Beierlf4fc5c92023-01-27 19:13:35 +000036cachetools==5.3.0
garciadeblas66834562022-11-10 14:07:04 +010037 # via google-auth
Mark Beierlf4fc5c92023-01-27 19:13:35 +000038certifi==2022.12.7
garciadeblas66834562022-11-10 14:07:04 +010039 # via
40 # msrest
41 # requests
42cffi==1.15.1
43 # via cryptography
Mark Beierla7c4e322023-04-28 13:12:58 +000044charset-normalizer==3.0.1
garciadeblas66834562022-11-10 14:07:04 +010045 # via requests
Mark Beierl9ed3fa42023-03-01 18:51:34 +000046cliff==4.2.0
47 # via gnocchiclient
48cmd2==2.4.3
49 # via cliff
50cryptography==40.0.1
garciadeblas66834562022-11-10 14:07:04 +010051 # via
52 # azure-identity
53 # msal
54 # pyjwt
55debtcollector==2.5.0
56 # via
Mark Beierl9ed3fa42023-03-01 18:51:34 +000057 # gnocchiclient
garciadeblas66834562022-11-10 14:07:04 +010058 # oslo-config
59 # oslo-utils
60 # python-keystoneclient
Mark Beierl9ed3fa42023-03-01 18:51:34 +000061futurist==2.4.1
62 # via gnocchiclient
63gnocchiclient==7.0.8
64 # via -r requirements.in
Mark Beierlf4fc5c92023-01-27 19:13:35 +000065google-api-core==2.11.0
garciadeblas66834562022-11-10 14:07:04 +010066 # via google-api-python-client
Mark Beierl9ed3fa42023-03-01 18:51:34 +000067google-api-python-client==2.84.0
garciadeblas66834562022-11-10 14:07:04 +010068 # via -r requirements.in
Mark Beierl9ed3fa42023-03-01 18:51:34 +000069google-auth==2.17.2
garciadeblas66834562022-11-10 14:07:04 +010070 # via
71 # -r requirements.in
72 # google-api-core
73 # google-api-python-client
74 # google-auth-httplib2
75google-auth-httplib2==0.1.0
76 # via google-api-python-client
Mark Beierl9ed3fa42023-03-01 18:51:34 +000077googleapis-common-protos==1.59.0
garciadeblas66834562022-11-10 14:07:04 +010078 # via google-api-core
Mark Beierl9ed3fa42023-03-01 18:51:34 +000079httplib2==0.22.0
garciadeblas66834562022-11-10 14:07:04 +010080 # via
81 # google-api-python-client
82 # google-auth-httplib2
83idna==3.4
84 # via requests
Mark Beierl9ed3fa42023-03-01 18:51:34 +000085importlib-metadata==6.3.0
86 # via cliff
garciadeblas66834562022-11-10 14:07:04 +010087iso8601==1.1.0
88 # via
Mark Beierl9ed3fa42023-03-01 18:51:34 +000089 # gnocchiclient
garciadeblas66834562022-11-10 14:07:04 +010090 # keystoneauth1
91 # oslo-utils
Mark Beierl9ed3fa42023-03-01 18:51:34 +000092 # python-ceilometerclient
garciadeblas66834562022-11-10 14:07:04 +010093 # python-novaclient
94isodate==0.6.1
95 # via msrest
Mark Beierlc9464892023-03-01 18:51:34 +000096keystoneauth1==5.1.2
garciadeblas66834562022-11-10 14:07:04 +010097 # via
Mark Beierl9ed3fa42023-03-01 18:51:34 +000098 # gnocchiclient
99 # python-ceilometerclient
garciadeblas66834562022-11-10 14:07:04 +0100100 # python-keystoneclient
101 # python-novaclient
Mark Beierlc9464892023-03-01 18:51:34 +0000102msal==1.21.0
garciadeblas66834562022-11-10 14:07:04 +0100103 # via
104 # azure-identity
105 # msal-extensions
106msal-extensions==1.0.0
107 # via azure-identity
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000108msgpack==1.0.5
garciadeblas66834562022-11-10 14:07:04 +0100109 # via oslo-serialization
110msrest==0.7.1
111 # via azure-mgmt-compute
112netaddr==0.8.0
113 # via
114 # oslo-config
115 # oslo-utils
116netifaces==0.11.0
117 # via oslo-utils
118oauthlib==3.2.2
119 # via requests-oauthlib
120os-service-types==1.7.0
121 # via keystoneauth1
Mark Beierlc9464892023-03-01 18:51:34 +0000122oslo-config==9.1.1
garciadeblas66834562022-11-10 14:07:04 +0100123 # via python-keystoneclient
Mark Beierlc9464892023-03-01 18:51:34 +0000124oslo-i18n==6.0.0
garciadeblas66834562022-11-10 14:07:04 +0100125 # via
126 # oslo-config
127 # oslo-utils
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000128 # python-ceilometerclient
garciadeblas66834562022-11-10 14:07:04 +0100129 # python-keystoneclient
130 # python-novaclient
Mark Beierlc9464892023-03-01 18:51:34 +0000131oslo-serialization==5.1.1
garciadeblas66834562022-11-10 14:07:04 +0100132 # via
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000133 # python-ceilometerclient
garciadeblas66834562022-11-10 14:07:04 +0100134 # python-keystoneclient
135 # python-novaclient
136oslo-utils==6.1.0
137 # via
138 # oslo-serialization
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000139 # python-ceilometerclient
garciadeblas66834562022-11-10 14:07:04 +0100140 # python-keystoneclient
141 # python-novaclient
Mark Beierlf4fc5c92023-01-27 19:13:35 +0000142packaging==23.0
garciadeblas66834562022-11-10 14:07:04 +0100143 # via
144 # oslo-utils
145 # python-keystoneclient
Mark Beierlf4fc5c92023-01-27 19:13:35 +0000146pbr==5.11.1
garciadeblas66834562022-11-10 14:07:04 +0100147 # via
148 # keystoneauth1
149 # os-service-types
150 # oslo-i18n
151 # oslo-serialization
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000152 # python-ceilometerclient
garciadeblas66834562022-11-10 14:07:04 +0100153 # python-keystoneclient
154 # python-novaclient
155 # stevedore
Mark Beierlf4fc5c92023-01-27 19:13:35 +0000156portalocker==2.7.0
garciadeblas66834562022-11-10 14:07:04 +0100157 # via msal-extensions
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000158prettytable==0.7.2
159 # via
160 # cliff
161 # python-ceilometerclient
162 # python-novaclient
Mark Beierlf4fc5c92023-01-27 19:13:35 +0000163prometheus-client==0.16.0
garciadeblas66834562022-11-10 14:07:04 +0100164 # via -r requirements.in
Mark Beierla7c4e322023-04-28 13:12:58 +0000165protobuf==3.20.3
garciadeblas66834562022-11-10 14:07:04 +0100166 # via
Mark Beierlc9464892023-03-01 18:51:34 +0000167 # -r requirements.in
garciadeblas66834562022-11-10 14:07:04 +0100168 # google-api-core
169 # googleapis-common-protos
170pyasn1==0.4.8
171 # via
172 # pyasn1-modules
173 # rsa
174pyasn1-modules==0.2.8
175 # via google-auth
176pycparser==2.21
177 # via cffi
178pyjwt[crypto]==2.6.0
179 # via msal
180pyparsing==3.0.9
181 # via
182 # httplib2
183 # oslo-utils
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000184pyperclip==1.8.2
185 # via cmd2
186python-ceilometerclient==2.9.0
187 # via -r requirements.in
188python-dateutil==2.8.2
189 # via gnocchiclient
Mark Beierlc9464892023-03-01 18:51:34 +0000190python-keystoneclient==5.1.0
garciadeblas66834562022-11-10 14:07:04 +0100191 # via -r requirements.in
Mark Beierlc9464892023-03-01 18:51:34 +0000192python-novaclient==18.3.0
garciadeblas66834562022-11-10 14:07:04 +0100193 # via -r requirements.in
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000194pytz==2023.3
garciadeblas66834562022-11-10 14:07:04 +0100195 # via
196 # oslo-serialization
197 # oslo-utils
198pyyaml==5.4.1
199 # via
200 # -r requirements.in
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000201 # cliff
garciadeblas66834562022-11-10 14:07:04 +0100202 # oslo-config
Mark Beierlf4fc5c92023-01-27 19:13:35 +0000203requests==2.28.2
garciadeblas66834562022-11-10 14:07:04 +0100204 # via
205 # azure-core
206 # google-api-core
207 # keystoneauth1
208 # msal
209 # msrest
210 # oslo-config
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000211 # python-ceilometerclient
garciadeblas66834562022-11-10 14:07:04 +0100212 # python-keystoneclient
213 # requests-oauthlib
214requests-oauthlib==1.3.1
215 # via msrest
216rfc3986==2.0.0
217 # via oslo-config
218rsa==4.9
219 # via google-auth
220six==1.16.0
221 # via
222 # azure-core
223 # azure-identity
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000224 # gnocchiclient
garciadeblas66834562022-11-10 14:07:04 +0100225 # google-auth
226 # google-auth-httplib2
227 # isodate
228 # keystoneauth1
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000229 # python-ceilometerclient
230 # python-dateutil
garciadeblas66834562022-11-10 14:07:04 +0100231 # python-keystoneclient
Mark Beierlc9464892023-03-01 18:51:34 +0000232stevedore==5.0.0
garciadeblas66834562022-11-10 14:07:04 +0100233 # via
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000234 # cliff
garciadeblas66834562022-11-10 14:07:04 +0100235 # keystoneauth1
236 # oslo-config
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000237 # python-ceilometerclient
garciadeblas66834562022-11-10 14:07:04 +0100238 # python-keystoneclient
239 # python-novaclient
Mark Beierlc9464892023-03-01 18:51:34 +0000240typing-extensions==4.5.0
garciadeblas66834562022-11-10 14:07:04 +0100241 # via azure-core
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000242ujson==5.7.0
243 # via gnocchiclient
garciadeblas66834562022-11-10 14:07:04 +0100244uritemplate==4.1.1
245 # via google-api-python-client
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000246urllib3==1.26.15
garciadeblas66834562022-11-10 14:07:04 +0100247 # via requests
Mark Beierlf4fc5c92023-01-27 19:13:35 +0000248wcwidth==0.2.6
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000249 # via cmd2
Mark Beierlc9464892023-03-01 18:51:34 +0000250wrapt==1.15.0
garciadeblas66834562022-11-10 14:07:04 +0100251 # via debtcollector
Mark Beierl9ed3fa42023-03-01 18:51:34 +0000252zipp==3.15.0
253 # via importlib-metadata