blob: ad4d82ce05399c3c029f20fce9199eb351b25876 [file] [log] [blame]
beierlma0911d32021-02-22 14:30:35 -05001# Copyright 2018 Telefonica S.A.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
tiernoa8d63632018-05-10 13:12:32 +02009# Unless required by applicable law or agreed to in writing, software
beierlma0911d32021-02-22 14:30:35 -050010# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12# implied.
13# See the License for the specific language governing permissions and
beierlm0ae051c2022-01-13 11:40:06 -050014# limitations under the License.
15
16
17aiohttp==3.6.2
18 # via -r requirements.in
19async-timeout==3.0.1
20 # via aiohttp
21attrs==21.4.0
22 # via
23 # aiohttp
24 # jsonschema
25certifi==2021.10.8
26 # via requests
27chardet==3.0.4
28 # via aiohttp
aticig9cfa8162022-04-07 11:57:18 +030029charset-normalizer==2.0.12
beierlm0ae051c2022-01-13 11:40:06 -050030 # via requests
31cheroot==8.6.0
32 # via cherrypy
33cherrypy==18.6.1
34 # via -r requirements.in
aticig9cfa8162022-04-07 11:57:18 +030035debtcollector==2.5.0
beierlm0ae051c2022-01-13 11:40:06 -050036 # via
37 # oslo.config
38 # oslo.utils
39 # python-keystoneclient
aticig9cfa8162022-04-07 11:57:18 +030040deepdiff==5.7.0
41 # via -r requirements.in
beierlm0ae051c2022-01-13 11:40:06 -050042idna==3.3
43 # via
44 # requests
45 # yarl
aticig9cfa8162022-04-07 11:57:18 +030046importlib-resources==5.6.0
beierlm0ae051c2022-01-13 11:40:06 -050047 # via
48 # jaraco.text
49 # jsonschema
50iso8601==1.0.2
51 # via
52 # keystoneauth1
53 # oslo.utils
54jaraco.classes==3.2.1
55 # via jaraco.collections
56jaraco.collections==3.5.1
57 # via cherrypy
aticig9cfa8162022-04-07 11:57:18 +030058jaraco.context==4.1.1
59 # via jaraco.text
beierlm0ae051c2022-01-13 11:40:06 -050060jaraco.functools==3.5.0
61 # via
62 # cheroot
63 # jaraco.text
64 # tempora
aticig9cfa8162022-04-07 11:57:18 +030065jaraco.text==3.7.0
beierlm0ae051c2022-01-13 11:40:06 -050066 # via jaraco.collections
67jsonschema==4.4.0
68 # via -r requirements.in
aticig9cfa8162022-04-07 11:57:18 +030069keystoneauth1==4.5.0
beierlm0ae051c2022-01-13 11:40:06 -050070 # via python-keystoneclient
71more-itertools==8.12.0
72 # via
73 # cheroot
74 # cherrypy
75 # jaraco.classes
76 # jaraco.functools
77msgpack==1.0.3
78 # via oslo.serialization
79multidict==4.7.6
80 # via
81 # aiohttp
82 # yarl
83netaddr==0.8.0
84 # via
85 # oslo.config
86 # oslo.utils
87netifaces==0.11.0
88 # via oslo.utils
aticig9cfa8162022-04-07 11:57:18 +030089ordered-set==4.0.2
90 # via deepdiff
beierlm0ae051c2022-01-13 11:40:06 -050091os-service-types==1.7.0
92 # via keystoneauth1
aticig9cfa8162022-04-07 11:57:18 +030093oslo.config==8.8.0
beierlm0ae051c2022-01-13 11:40:06 -050094 # via python-keystoneclient
95oslo.i18n==5.1.0
96 # via
97 # oslo.config
98 # oslo.utils
99 # python-keystoneclient
aticig9cfa8162022-04-07 11:57:18 +0300100oslo.serialization==4.3.0
beierlm0ae051c2022-01-13 11:40:06 -0500101 # via python-keystoneclient
aticig9cfa8162022-04-07 11:57:18 +0300102oslo.utils==4.12.2
beierlm0ae051c2022-01-13 11:40:06 -0500103 # via
104 # oslo.serialization
105 # python-keystoneclient
106packaging==21.3
107 # via oslo.utils
aticig9cfa8162022-04-07 11:57:18 +0300108pbr==5.8.1
beierlm0ae051c2022-01-13 11:40:06 -0500109 # via
beierlm0ae051c2022-01-13 11:40:06 -0500110 # keystoneauth1
111 # os-service-types
112 # oslo.i18n
113 # oslo.serialization
114 # oslo.utils
115 # python-keystoneclient
116 # stevedore
117portend==3.1.0
118 # via cherrypy
aticig9cfa8162022-04-07 11:57:18 +0300119pyparsing==3.0.7
beierlm0ae051c2022-01-13 11:40:06 -0500120 # via
121 # oslo.utils
122 # packaging
123pyrsistent==0.18.1
124 # via jsonschema
125python-keystoneclient==4.4.0
126 # via -r requirements.in
aticig9cfa8162022-04-07 11:57:18 +0300127pytz==2022.1
beierlm0ae051c2022-01-13 11:40:06 -0500128 # via
129 # oslo.serialization
130 # oslo.utils
131 # tempora
132pyyaml==5.4.1
133 # via
134 # -r requirements.in
135 # oslo.config
136requests==2.27.1
137 # via
138 # -r requirements.in
139 # keystoneauth1
140 # oslo.config
141 # python-keystoneclient
142rfc3986==2.0.0
143 # via oslo.config
144six==1.16.0
145 # via
146 # cheroot
147 # keystoneauth1
148 # python-keystoneclient
149 # tacacs-plus
150stevedore==3.5.0
151 # via
152 # keystoneauth1
153 # oslo.config
154 # python-keystoneclient
aticig9cfa8162022-04-07 11:57:18 +0300155tacacs_plus==2.6
beierlm0ae051c2022-01-13 11:40:06 -0500156 # via -r requirements.in
aticig9cfa8162022-04-07 11:57:18 +0300157tempora==5.0.1
beierlm0ae051c2022-01-13 11:40:06 -0500158 # via portend
aticig9cfa8162022-04-07 11:57:18 +0300159urllib3==1.26.9
beierlm0ae051c2022-01-13 11:40:06 -0500160 # via requests
aticig9cfa8162022-04-07 11:57:18 +0300161wrapt==1.14.0
beierlm0ae051c2022-01-13 11:40:06 -0500162 # via debtcollector
163yarl==1.7.2
164 # via aiohttp
165zc.lockfile==2.0
166 # via cherrypy
aticig9cfa8162022-04-07 11:57:18 +0300167zipp==3.8.0
beierlm0ae051c2022-01-13 11:40:06 -0500168 # via importlib-resources
169
170# The following packages are considered to be unsafe in a requirements file:
171# setuptools