blob: 7e21599c2c9614819885e24dda1f771c8afec982 [file] [log] [blame]
David Garcia69d5ae62021-02-12 17:19:13 +01001bcrypt==3.2.0
2 # via paramiko
3cachetools==4.2.2
4 # via google-auth
5certifi==2020.12.5
6 # via
7 # kubernetes
8 # requests
9cffi==1.14.5
10 # via
11 # bcrypt
12 # cryptography
13 # pynacl
14chardet==4.0.0
15 # via requests
16cryptography==3.4.7
17 # via paramiko
18google-auth==1.30.0
19 # via kubernetes
20idna==2.10
21 # via requests
22juju==2.8.4
23 # via -r requirements.in
24jujubundlelib==0.5.6
25 # via theblues
26kubernetes==10.0.1
27 # via -r requirements.in
28macaroonbakery==1.3.1
29 # via
30 # juju
31 # theblues
32mypy-extensions==0.4.3
33 # via typing-inspect
34oauthlib==3.1.0
35 # via requests-oauthlib
36paramiko==2.7.2
37 # via juju
beierlmaf8bcd42021-06-03 21:28:17 -040038protobuf==3.15.6
David Garcia69d5ae62021-02-12 17:19:13 +010039 # via macaroonbakery
40pyasn1-modules==0.2.8
41 # via google-auth
42pyasn1==0.4.8
43 # via
44 # -r requirements.in
45 # juju
46 # pyasn1-modules
47 # rsa
48pycparser==2.20
49 # via cffi
50pymacaroons==0.13.0
51 # via macaroonbakery
52pynacl==1.4.0
53 # via
54 # macaroonbakery
55 # paramiko
56 # pymacaroons
57pyrfc3339==1.1
58 # via
59 # juju
60 # macaroonbakery
61python-dateutil==2.8.1
62 # via kubernetes
63pytz==2021.1
64 # via pyrfc3339
65pyyaml==5.4.1
66 # via
67 # juju
68 # jujubundlelib
69 # kubernetes
70requests-oauthlib==1.3.0
71 # via kubernetes
72requests==2.25.1
73 # via
74 # kubernetes
75 # macaroonbakery
76 # requests-oauthlib
77 # theblues
78rsa==4.7.2
79 # via google-auth
80six==1.15.0
81 # via
82 # bcrypt
83 # google-auth
84 # kubernetes
85 # macaroonbakery
86 # protobuf
87 # pymacaroons
88 # pynacl
89 # python-dateutil
90theblues==0.5.2
91 # via juju
92toposort==1.6
93 # via juju
beierlmaf8bcd42021-06-03 21:28:17 -040094typing-extensions==3.7.4.3
David Garcia69d5ae62021-02-12 17:19:13 +010095 # via typing-inspect
96typing-inspect==0.6.0
97 # via juju
98urllib3==1.26.4
99 # via
100 # kubernetes
101 # requests
102websocket-client==1.0.0
103 # via kubernetes
104websockets==7.0
105 # via juju
106
107# The following packages are considered to be unsafe in a requirements file:
108# setuptools
109#######################################################################################
110# Copyright ETSI Contributors and Others.
beierlmf52cb7c2020-04-21 16:36:35 -0400111#
112# Licensed under the Apache License, Version 2.0 (the "License");
113# you may not use this file except in compliance with the License.
114# You may obtain a copy of the License at
115#
David Garcia69d5ae62021-02-12 17:19:13 +0100116# http://www.apache.org/licenses/LICENSE-2.0
beierlmf52cb7c2020-04-21 16:36:35 -0400117#
David Garcia69d5ae62021-02-12 17:19:13 +0100118# Unless required by applicable law or agreed to in writing, software
119# distributed under the License is distributed on an "AS IS" BASIS,
120# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
121# implied.
122# See the License for the specific language governing permissions and
123# limitations under the License.
124#######################################################################################