Feature 10965 Airflow monitoring pipeline for VIM status
[osm/NG-SA.git] / requirements.txt
1 #######################################################################################
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 #######################################################################################
17 azure-common==1.1.28
18     # via
19     #   -r requirements.in
20     #   azure-mgmt-compute
21 azure-core==1.26.1
22     # via
23     #   azure-identity
24     #   azure-mgmt-core
25     #   msrest
26 azure-identity==1.12.0
27     # via -r requirements.in
28 azure-mgmt-compute==29.0.0
29     # via -r requirements.in
30 azure-mgmt-core==1.3.2
31     # via azure-mgmt-compute
32 cachetools==5.2.0
33     # via google-auth
34 certifi==2022.9.24
35     # via
36     #   msrest
37     #   requests
38 cffi==1.15.1
39     # via cryptography
40 charset-normalizer==2.1.1
41     # via requests
42 cryptography==38.0.3
43     # via
44     #   azure-identity
45     #   msal
46     #   pyjwt
47 debtcollector==2.5.0
48     # via
49     #   oslo-config
50     #   oslo-utils
51     #   python-keystoneclient
52 google-api-core==2.10.2
53     # via google-api-python-client
54 google-api-python-client==2.66.0
55     # via -r requirements.in
56 google-auth==2.14.1
57     # via
58     #   -r requirements.in
59     #   google-api-core
60     #   google-api-python-client
61     #   google-auth-httplib2
62 google-auth-httplib2==0.1.0
63     # via google-api-python-client
64 googleapis-common-protos==1.57.0
65     # via google-api-core
66 httplib2==0.21.0
67     # via
68     #   google-api-python-client
69     #   google-auth-httplib2
70 idna==3.4
71     # via requests
72 iso8601==1.1.0
73     # via
74     #   keystoneauth1
75     #   oslo-utils
76     #   python-novaclient
77 isodate==0.6.1
78     # via msrest
79 keystoneauth1==5.0.0
80     # via
81     #   python-keystoneclient
82     #   python-novaclient
83 msal==1.20.0
84     # via
85     #   azure-identity
86     #   msal-extensions
87 msal-extensions==1.0.0
88     # via azure-identity
89 msgpack==1.0.4
90     # via oslo-serialization
91 msrest==0.7.1
92     # via azure-mgmt-compute
93 netaddr==0.8.0
94     # via
95     #   oslo-config
96     #   oslo-utils
97 netifaces==0.11.0
98     # via oslo-utils
99 oauthlib==3.2.2
100     # via requests-oauthlib
101 os-service-types==1.7.0
102     # via keystoneauth1
103 oslo-config==9.0.0
104     # via python-keystoneclient
105 oslo-i18n==5.1.0
106     # via
107     #   oslo-config
108     #   oslo-utils
109     #   python-keystoneclient
110     #   python-novaclient
111 oslo-serialization==5.0.0
112     # via
113     #   python-keystoneclient
114     #   python-novaclient
115 oslo-utils==6.1.0
116     # via
117     #   oslo-serialization
118     #   python-keystoneclient
119     #   python-novaclient
120 packaging==21.3
121     # via
122     #   oslo-utils
123     #   python-keystoneclient
124 pbr==5.11.0
125     # via
126     #   keystoneauth1
127     #   os-service-types
128     #   oslo-i18n
129     #   oslo-serialization
130     #   python-keystoneclient
131     #   python-novaclient
132     #   stevedore
133 portalocker==2.6.0
134     # via msal-extensions
135 prettytable==3.5.0
136     # via python-novaclient
137 prometheus-client==0.15.0
138     # via -r requirements.in
139 protobuf==4.21.9
140     # via
141     #   google-api-core
142     #   googleapis-common-protos
143 pyasn1==0.4.8
144     # via
145     #   pyasn1-modules
146     #   rsa
147 pyasn1-modules==0.2.8
148     # via google-auth
149 pycparser==2.21
150     # via cffi
151 pyjwt[crypto]==2.6.0
152     # via msal
153 pyparsing==3.0.9
154     # via
155     #   httplib2
156     #   oslo-utils
157     #   packaging
158 python-keystoneclient==5.0.1
159     # via -r requirements.in
160 python-novaclient==18.2.0
161     # via -r requirements.in
162 pytz==2022.6
163     # via
164     #   oslo-serialization
165     #   oslo-utils
166 pyyaml==5.4.1
167     # via
168     #   -r requirements.in
169     #   oslo-config
170 requests==2.28.1
171     # via
172     #   azure-core
173     #   google-api-core
174     #   keystoneauth1
175     #   msal
176     #   msrest
177     #   oslo-config
178     #   python-keystoneclient
179     #   requests-oauthlib
180 requests-oauthlib==1.3.1
181     # via msrest
182 rfc3986==2.0.0
183     # via oslo-config
184 rsa==4.9
185     # via google-auth
186 six==1.16.0
187     # via
188     #   azure-core
189     #   azure-identity
190     #   google-auth
191     #   google-auth-httplib2
192     #   isodate
193     #   keystoneauth1
194     #   python-keystoneclient
195 stevedore==4.1.1
196     # via
197     #   keystoneauth1
198     #   oslo-config
199     #   python-keystoneclient
200     #   python-novaclient
201 typing-extensions==4.4.0
202     # via azure-core
203 uritemplate==4.1.1
204     # via google-api-python-client
205 urllib3==1.26.12
206     # via requests
207 wcwidth==0.2.5
208     # via prettytable
209 wrapt==1.14.1
210     # via debtcollector