blob: c190a1a768f76f03b6f7ccedd0589b494e2db8b2 [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
Mark Beierl7ad32e72023-01-27 21:04:10 +000031charset-normalizer==2.1.1
32 # 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
beierlm2519b542022-01-13 11:43:45 -050040 # via kubernetes
calvinosanc1ab297d72022-09-15 10:23:16 +000041idna==3.4
beierlm2519b542022-01-13 11:43:45 -050042 # via requests
calvinosanc1ab297d72022-09-15 10:23:16 +000043juju==3.0.0
beierlm2519b542022-01-13 11:43:45 -050044 # via -r requirements.in
45jujubundlelib==0.5.7
46 # via theblues
Guillermo Calvino474fd952023-04-28 11:51:43 +020047kubernetes==26.1.0
beierlm2519b542022-01-13 11:43:45 -050048 # via
49 # -r requirements.in
50 # juju
51macaroonbakery==1.3.1
52 # via
53 # juju
54 # theblues
Guillermo Calvino474fd952023-04-28 11:51:43 +020055motor==3.1.2
beierlm2519b542022-01-13 11:43:45 -050056 # via -r requirements.in
Guillermo Calvino474fd952023-04-28 11:51:43 +020057mypy-extensions==1.0.0
beierlm2519b542022-01-13 11:43:45 -050058 # via typing-inspect
Gulsum Aticic24e2462023-01-26 14:56:40 +030059oauthlib==3.2.2
beierlm2519b542022-01-13 11:43:45 -050060 # via requests-oauthlib
Gulsum Aticic24e2462023-01-26 14:56:40 +030061paramiko==2.12.0
beierlm2519b542022-01-13 11:43:45 -050062 # via juju
calvinosanc190a5c322022-10-11 09:21:27 +000063protobuf==3.20.3
beierlm2519b542022-01-13 11:43:45 -050064 # via macaroonbakery
Guillermo Calvino474fd952023-04-28 11:51:43 +020065pyasn1==0.5.0
beierlm2519b542022-01-13 11:43:45 -050066 # via
67 # -r requirements.in
68 # juju
69 # pyasn1-modules
70 # rsa
Guillermo Calvino474fd952023-04-28 11:51:43 +020071pyasn1-modules==0.3.0
beierlm2519b542022-01-13 11:43:45 -050072 # via google-auth
73pycparser==2.21
74 # via cffi
75pymacaroons==0.13.0
76 # via macaroonbakery
Guillermo Calvino474fd952023-04-28 11:51:43 +020077pymongo==4.3.3
beierlm2519b542022-01-13 11:43:45 -050078 # via motor
79pynacl==1.5.0
80 # via
81 # macaroonbakery
82 # paramiko
83 # pymacaroons
84pyrfc3339==1.1
85 # via
86 # juju
87 # macaroonbakery
88python-dateutil==2.8.2
89 # via kubernetes
Guillermo Calvino474fd952023-04-28 11:51:43 +020090pytz==2023.3
beierlm2519b542022-01-13 11:43:45 -050091 # via pyrfc3339
92pyyaml==5.4.1
93 # via
94 # -r requirements.in
95 # juju
96 # jujubundlelib
97 # kubernetes
Guillermo Calvino474fd952023-04-28 11:51:43 +020098requests==2.30.0
beierlm2519b542022-01-13 11:43:45 -050099 # via
100 # kubernetes
101 # macaroonbakery
102 # requests-oauthlib
103 # theblues
beierlm23c44552022-06-24 13:45:23 -0400104requests-oauthlib==1.3.1
beierlm2519b542022-01-13 11:43:45 -0500105 # via kubernetes
beierlm23c44552022-06-24 13:45:23 -0400106retrying-async==2.0.0
beierlm2519b542022-01-13 11:43:45 -0500107 # via -r requirements.in
calvinosanc1ab297d72022-09-15 10:23:16 +0000108rsa==4.9
beierlm2519b542022-01-13 11:43:45 -0500109 # via google-auth
110six==1.16.0
111 # via
beierlm2519b542022-01-13 11:43:45 -0500112 # google-auth
113 # kubernetes
114 # macaroonbakery
beierlm23c44552022-06-24 13:45:23 -0400115 # paramiko
beierlm2519b542022-01-13 11:43:45 -0500116 # pymacaroons
117 # python-dateutil
118theblues==0.5.2
119 # via juju
Guillermo Calvino474fd952023-04-28 11:51:43 +0200120toposort==1.10
beierlm2519b542022-01-13 11:43:45 -0500121 # via juju
Guillermo Calvino474fd952023-04-28 11:51:43 +0200122typing-extensions==4.5.0
beierlm2519b542022-01-13 11:43:45 -0500123 # via typing-inspect
calvinosanc1ab297d72022-09-15 10:23:16 +0000124typing-inspect==0.8.0
beierlm2519b542022-01-13 11:43:45 -0500125 # via juju
Guillermo Calvino474fd952023-04-28 11:51:43 +0200126urllib3==2.0.2
beierlm2519b542022-01-13 11:43:45 -0500127 # via
128 # kubernetes
129 # requests
Guillermo Calvino474fd952023-04-28 11:51:43 +0200130websocket-client==1.5.1
beierlm2519b542022-01-13 11:43:45 -0500131 # via kubernetes
Guillermo Calvino474fd952023-04-28 11:51:43 +0200132websockets==11.0.3
beierlm2519b542022-01-13 11:43:45 -0500133 # via juju
134
135# The following packages are considered to be unsafe in a requirements file:
136# setuptools