blob: 9a5e5cf2bb28c80ed34e2645e1258dc3e6e99ea9 [file] [log] [blame]
David Garciaeb8943a2021-04-12 12:07:37 +02001async-timeout==3.0.1
2 # via retrying-async
David Garcia7c6840b2021-02-12 17:19:13 +01003bcrypt==3.2.0
4 # via paramiko
5cachetools==4.2.1
6 # via google-auth
7certifi==2020.12.5
8 # via
9 # kubernetes
10 # requests
11cffi==1.14.5
12 # via
13 # bcrypt
14 # cryptography
15 # pynacl
16chardet==4.0.0
17 # via requests
18cryptography==3.4.7
19 # via paramiko
20google-auth==1.28.0
21 # via kubernetes
22idna==2.10
23 # via requests
David Garciad8d4b6e2021-06-24 18:47:22 +020024juju==2.9.2
David Garcia7c6840b2021-02-12 17:19:13 +010025 # via -r requirements.in
26jujubundlelib==0.5.6
27 # via theblues
David Garciad8d4b6e2021-06-24 18:47:22 +020028kubernetes==17.17.0
David Garcia7c6840b2021-02-12 17:19:13 +010029 # via -r requirements.in
30macaroonbakery==1.3.1
31 # via
32 # juju
33 # theblues
David Garciaeb8943a2021-04-12 12:07:37 +020034motor==1.3.1
35 # via -r requirements.in
David Garcia7c6840b2021-02-12 17:19:13 +010036mypy-extensions==0.4.3
37 # via typing-inspect
38oauthlib==3.1.0
39 # via requests-oauthlib
40paramiko==2.7.2
41 # via juju
42protobuf==3.15.6
43 # via macaroonbakery
44pyasn1-modules==0.2.8
45 # via google-auth
46pyasn1==0.4.8
47 # via
48 # -r requirements.in
49 # juju
50 # pyasn1-modules
51 # rsa
52pycparser==2.20
53 # via cffi
54pymacaroons==0.13.0
55 # via macaroonbakery
David Garciaeb8943a2021-04-12 12:07:37 +020056pymongo==3.11.3
57 # via motor
David Garcia7c6840b2021-02-12 17:19:13 +010058pynacl==1.4.0
59 # via
60 # macaroonbakery
61 # paramiko
62 # pymacaroons
63pyrfc3339==1.1
64 # via
65 # juju
66 # macaroonbakery
67python-dateutil==2.8.1
68 # via kubernetes
69pytz==2021.1
70 # via pyrfc3339
71pyyaml==5.4.1
72 # via
73 # juju
74 # jujubundlelib
75 # kubernetes
76requests-oauthlib==1.3.0
77 # via kubernetes
78requests==2.25.1
79 # via
80 # kubernetes
81 # macaroonbakery
82 # requests-oauthlib
83 # theblues
David Garciaeb8943a2021-04-12 12:07:37 +020084retrying-async==1.2.0
85 # via -r requirements.in
David Garcia7c6840b2021-02-12 17:19:13 +010086rsa==4.7.2
87 # via google-auth
88six==1.15.0
89 # via
90 # bcrypt
91 # google-auth
92 # kubernetes
93 # macaroonbakery
94 # protobuf
95 # pymacaroons
96 # pynacl
97 # python-dateutil
98 # websocket-client
99theblues==0.5.2
100 # via juju
101toposort==1.6
102 # via juju
103typing-extensions==3.7.4.3
104 # via typing-inspect
105typing-inspect==0.6.0
106 # via juju
107urllib3==1.26.4
108 # via
109 # kubernetes
110 # requests
111websocket-client==0.58.0
112 # via kubernetes
113websockets==7.0
114 # via juju
115
116# The following packages are considered to be unsafe in a requirements file:
117# setuptools
118#######################################################################################
119# Copyright ETSI Contributors and Others.
beierlmf52cb7c2020-04-21 16:36:35 -0400120#
121# Licensed under the Apache License, Version 2.0 (the "License");
122# you may not use this file except in compliance with the License.
123# You may obtain a copy of the License at
124#
David Garcia7c6840b2021-02-12 17:19:13 +0100125# http://www.apache.org/licenses/LICENSE-2.0
beierlmf52cb7c2020-04-21 16:36:35 -0400126#
David Garcia7c6840b2021-02-12 17:19:13 +0100127# Unless required by applicable law or agreed to in writing, software
128# distributed under the License is distributed on an "AS IS" BASIS,
129# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
130# implied.
131# See the License for the specific language governing permissions and
132# limitations under the License.
133#######################################################################################