Updating python dependencies
[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.2
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.1.0
29     # via -r requirements.in
30 azure-mgmt-core==1.3.2
31     # via azure-mgmt-compute
32 cachetools==5.3.0
33     # via google-auth
34 certifi==2022.12.7
35     # via
36     #   msrest
37     #   requests
38 cffi==1.15.1
39     # via cryptography
40 charset-normalizer==3.0.1
41     # via requests
42 cryptography==39.0.0
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.11.0
53     # via google-api-python-client
54 google-api-python-client==2.74.0
55     # via -r requirements.in
56 google-auth==2.16.0
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.58.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.1.1
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.1.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==23.0
121     # via
122     #   oslo-utils
123     #   python-keystoneclient
124 pbr==5.11.1
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.7.0
134     # via msal-extensions
135 prettytable==3.6.0
136     # via python-novaclient
137 prometheus-client==0.16.0
138     # via -r requirements.in
139 protobuf==4.21.12
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 python-keystoneclient==5.0.1
158     # via -r requirements.in
159 python-novaclient==18.2.0
160     # via -r requirements.in
161 pytz==2022.7.1
162     # via
163     #   oslo-serialization
164     #   oslo-utils
165 pyyaml==5.4.1
166     # via
167     #   -r requirements.in
168     #   oslo-config
169 requests==2.28.2
170     # via
171     #   azure-core
172     #   google-api-core
173     #   keystoneauth1
174     #   msal
175     #   msrest
176     #   oslo-config
177     #   python-keystoneclient
178     #   requests-oauthlib
179 requests-oauthlib==1.3.1
180     # via msrest
181 rfc3986==2.0.0
182     # via oslo-config
183 rsa==4.9
184     # via google-auth
185 six==1.16.0
186     # via
187     #   azure-core
188     #   azure-identity
189     #   google-auth
190     #   google-auth-httplib2
191     #   isodate
192     #   keystoneauth1
193     #   python-keystoneclient
194 stevedore==4.1.1
195     # via
196     #   keystoneauth1
197     #   oslo-config
198     #   python-keystoneclient
199     #   python-novaclient
200 typing-extensions==4.4.0
201     # via azure-core
202 uritemplate==4.1.1
203     # via google-api-python-client
204 urllib3==1.26.14
205     # via requests
206 wcwidth==0.2.6
207     # via prettytable
208 wrapt==1.14.1
209     # via debtcollector