blob: 0b4d370c665dffe4d5b63b053294eb2c9f2e4e84 [file] [log] [blame]
David Garcia7c6840b2021-02-12 17:19:13 +01001#######################################################################################
2# Copyright ETSI Contributors and Others.
beierlmf52cb7c2020-04-21 16:36:35 -04003#
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#
David Garcia7c6840b2021-02-12 17:19:13 +01008# http://www.apache.org/licenses/LICENSE-2.0
beierlmf52cb7c2020-04-21 16:36:35 -04009#
David Garcia7c6840b2021-02-12 17:19:13 +010010# 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#######################################################################################
Gulsum Aticic24e2462023-01-26 14:56:40 +030017async-timeout==4.0.2
18 # via retrying-async
calvinosanc190a5c322022-10-11 09:21:27 +000019bcrypt==4.0.1
beierlm2519b542022-01-13 11:43:45 -050020 # via paramiko
Gulsum Aticic24e2462023-01-26 14:56:40 +030021cachetools==5.3.0
beierlm2519b542022-01-13 11:43:45 -050022 # via google-auth
Guillermo Calvino474fd952023-04-28 11:51:43 +020023certifi==2023.5.7
beierlm2519b542022-01-13 11:43:45 -050024 # via
25 # kubernetes
26 # requests
calvinosanc1ab297d72022-09-15 10:23:16 +000027cffi==1.15.1
beierlm2519b542022-01-13 11:43:45 -050028 # via
beierlm2519b542022-01-13 11:43:45 -050029 # cryptography
30 # pynacl
Gabriel Cubafcbd8812023-05-11 02:04:17 -050031charset-normalizer==3.1.0
Mark Beierl7ad32e72023-01-27 21:04:10 +000032 # via
33 # -r requirements.in
34 # requests
Guillermo Calvino474fd952023-04-28 11:51:43 +020035cryptography==40.0.2
beierlm2519b542022-01-13 11:43:45 -050036 # via paramiko
Guillermo Calvino474fd952023-04-28 11:51:43 +020037dnspython==2.3.0
38 # via pymongo
39google-auth==2.17.3
Gabriel Cubafcbd8812023-05-11 02:04:17 -050040 # via
41 # -r requirements.in
42 # kubernetes
calvinosanc1ab297d72022-09-15 10:23:16 +000043idna==3.4
beierlm2519b542022-01-13 11:43:45 -050044 # via requests
Mark Beierlcbdf61d2023-07-21 17:13:24 +000045juju==2.9.44.0
beierlm2519b542022-01-13 11:43:45 -050046 # via -r requirements.in
47jujubundlelib==0.5.7
48 # via theblues
Guillermo Calvino474fd952023-04-28 11:51:43 +020049kubernetes==26.1.0
beierlm2519b542022-01-13 11:43:45 -050050 # via
51 # -r requirements.in
52 # juju
53macaroonbakery==1.3.1
54 # via
55 # juju
56 # theblues
Guillermo Calvino474fd952023-04-28 11:51:43 +020057motor==3.1.2
beierlm2519b542022-01-13 11:43:45 -050058 # via -r requirements.in
Guillermo Calvino474fd952023-04-28 11:51:43 +020059mypy-extensions==1.0.0
beierlm2519b542022-01-13 11:43:45 -050060 # via typing-inspect
Gulsum Aticic24e2462023-01-26 14:56:40 +030061oauthlib==3.2.2
beierlm2519b542022-01-13 11:43:45 -050062 # via requests-oauthlib
Gulsum Aticic24e2462023-01-26 14:56:40 +030063paramiko==2.12.0
beierlm2519b542022-01-13 11:43:45 -050064 # via juju
calvinosanc190a5c322022-10-11 09:21:27 +000065protobuf==3.20.3
beierlm2519b542022-01-13 11:43:45 -050066 # via macaroonbakery
Guillermo Calvino474fd952023-04-28 11:51:43 +020067pyasn1==0.5.0
beierlm2519b542022-01-13 11:43:45 -050068 # via
69 # -r requirements.in
70 # juju
71 # pyasn1-modules
72 # rsa
Guillermo Calvino474fd952023-04-28 11:51:43 +020073pyasn1-modules==0.3.0
beierlm2519b542022-01-13 11:43:45 -050074 # via google-auth
75pycparser==2.21
76 # via cffi
77pymacaroons==0.13.0
78 # via macaroonbakery
Guillermo Calvino474fd952023-04-28 11:51:43 +020079pymongo==4.3.3
beierlm2519b542022-01-13 11:43:45 -050080 # via motor
81pynacl==1.5.0
82 # via
83 # macaroonbakery
84 # paramiko
85 # pymacaroons
86pyrfc3339==1.1
87 # via
88 # juju
89 # macaroonbakery
90python-dateutil==2.8.2
91 # via kubernetes
Guillermo Calvino474fd952023-04-28 11:51:43 +020092pytz==2023.3
beierlm2519b542022-01-13 11:43:45 -050093 # via pyrfc3339
Mark Beierlcbdf61d2023-07-21 17:13:24 +000094pyyaml==6.0.1
beierlm2519b542022-01-13 11:43:45 -050095 # via
96 # -r requirements.in
97 # juju
98 # jujubundlelib
99 # kubernetes
Guillermo Calvino474fd952023-04-28 11:51:43 +0200100requests==2.30.0
beierlm2519b542022-01-13 11:43:45 -0500101 # via
102 # kubernetes
103 # macaroonbakery
104 # requests-oauthlib
105 # theblues
beierlm23c44552022-06-24 13:45:23 -0400106requests-oauthlib==1.3.1
beierlm2519b542022-01-13 11:43:45 -0500107 # via kubernetes
beierlm23c44552022-06-24 13:45:23 -0400108retrying-async==2.0.0
beierlm2519b542022-01-13 11:43:45 -0500109 # via -r requirements.in
calvinosanc1ab297d72022-09-15 10:23:16 +0000110rsa==4.9
beierlm2519b542022-01-13 11:43:45 -0500111 # via google-auth
112six==1.16.0
113 # via
beierlm2519b542022-01-13 11:43:45 -0500114 # google-auth
115 # kubernetes
116 # macaroonbakery
beierlm23c44552022-06-24 13:45:23 -0400117 # paramiko
beierlm2519b542022-01-13 11:43:45 -0500118 # pymacaroons
119 # python-dateutil
120theblues==0.5.2
121 # via juju
Guillermo Calvino474fd952023-04-28 11:51:43 +0200122toposort==1.10
beierlm2519b542022-01-13 11:43:45 -0500123 # via juju
Guillermo Calvino474fd952023-04-28 11:51:43 +0200124typing-extensions==4.5.0
beierlm2519b542022-01-13 11:43:45 -0500125 # via typing-inspect
calvinosanc1ab297d72022-09-15 10:23:16 +0000126typing-inspect==0.8.0
beierlm2519b542022-01-13 11:43:45 -0500127 # via juju
Guillermo Calvino474fd952023-04-28 11:51:43 +0200128urllib3==2.0.2
beierlm2519b542022-01-13 11:43:45 -0500129 # via
130 # kubernetes
131 # requests
Guillermo Calvino474fd952023-04-28 11:51:43 +0200132websocket-client==1.5.1
beierlm2519b542022-01-13 11:43:45 -0500133 # via kubernetes
Guillermo Calvino474fd952023-04-28 11:51:43 +0200134websockets==11.0.3
beierlm2519b542022-01-13 11:43:45 -0500135 # via juju
136
137# The following packages are considered to be unsafe in a requirements file:
138# setuptools