| David Garcia | 7c6840b | 2021-02-12 17:19:13 +0100 | [diff] [blame] | 1 | ####################################################################################### |
| 2 | # Copyright ETSI Contributors and Others. |
| beierlm | f52cb7c | 2020-04-21 16:36:35 -0400 | [diff] [blame] | 3 | # |
| 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 Garcia | 7c6840b | 2021-02-12 17:19:13 +0100 | [diff] [blame] | 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| beierlm | f52cb7c | 2020-04-21 16:36:35 -0400 | [diff] [blame] | 9 | # |
| David Garcia | 7c6840b | 2021-02-12 17:19:13 +0100 | [diff] [blame] | 10 | # 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 | ####################################################################################### |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 17 | async-timeout==3.0.1 |
| 18 | # via |
| 19 | # -r requirements.in |
| 20 | # retrying-async |
| 21 | bcrypt==3.2.0 |
| 22 | # via paramiko |
| 23 | cachetools==4.2.4 |
| 24 | # via google-auth |
| 25 | certifi==2021.10.8 |
| 26 | # via |
| 27 | # kubernetes |
| 28 | # requests |
| 29 | cffi==1.15.0 |
| 30 | # via |
| 31 | # bcrypt |
| 32 | # cryptography |
| 33 | # pynacl |
| 34 | charset-normalizer==2.0.10 |
| 35 | # via requests |
| 36 | cryptography==36.0.1 |
| 37 | # via paramiko |
| 38 | google-auth==2.3.3 |
| 39 | # via kubernetes |
| 40 | idna==3.3 |
| 41 | # via requests |
| aticig | 287a4fc | 2022-06-22 11:40:00 +0300 | [diff] [blame^] | 42 | juju==2.9.10 |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 43 | # via -r requirements.in |
| 44 | jujubundlelib==0.5.7 |
| 45 | # via theblues |
| 46 | kubernetes==21.7.0 |
| 47 | # via |
| 48 | # -r requirements.in |
| 49 | # juju |
| 50 | macaroonbakery==1.3.1 |
| 51 | # via |
| 52 | # juju |
| 53 | # theblues |
| 54 | motor==1.3.1 |
| 55 | # via -r requirements.in |
| 56 | mypy-extensions==0.4.3 |
| 57 | # via typing-inspect |
| 58 | oauthlib==3.1.1 |
| 59 | # via requests-oauthlib |
| 60 | paramiko==2.9.2 |
| 61 | # via juju |
| 62 | protobuf==3.19.3 |
| 63 | # via macaroonbakery |
| 64 | pyasn1==0.4.8 |
| 65 | # via |
| 66 | # -r requirements.in |
| 67 | # juju |
| 68 | # pyasn1-modules |
| 69 | # rsa |
| 70 | pyasn1-modules==0.2.8 |
| 71 | # via google-auth |
| 72 | pycparser==2.21 |
| 73 | # via cffi |
| 74 | pymacaroons==0.13.0 |
| 75 | # via macaroonbakery |
| 76 | pymongo==3.12.3 |
| 77 | # via motor |
| 78 | pynacl==1.5.0 |
| 79 | # via |
| 80 | # macaroonbakery |
| 81 | # paramiko |
| 82 | # pymacaroons |
| 83 | pyrfc3339==1.1 |
| 84 | # via |
| 85 | # juju |
| 86 | # macaroonbakery |
| 87 | python-dateutil==2.8.2 |
| 88 | # via kubernetes |
| 89 | pytz==2021.3 |
| 90 | # via pyrfc3339 |
| 91 | pyyaml==5.4.1 |
| 92 | # via |
| 93 | # -r requirements.in |
| 94 | # juju |
| 95 | # jujubundlelib |
| 96 | # kubernetes |
| 97 | requests==2.27.1 |
| 98 | # via |
| 99 | # kubernetes |
| 100 | # macaroonbakery |
| 101 | # requests-oauthlib |
| 102 | # theblues |
| 103 | requests-oauthlib==1.3.0 |
| 104 | # via kubernetes |
| 105 | retrying-async==1.2.0 |
| 106 | # via -r requirements.in |
| 107 | rsa==4.8 |
| 108 | # via google-auth |
| 109 | six==1.16.0 |
| 110 | # via |
| 111 | # bcrypt |
| 112 | # google-auth |
| 113 | # kubernetes |
| 114 | # macaroonbakery |
| 115 | # pymacaroons |
| 116 | # python-dateutil |
| 117 | theblues==0.5.2 |
| 118 | # via juju |
| 119 | toposort==1.7 |
| 120 | # via juju |
| 121 | typing-extensions==4.0.1 |
| 122 | # via typing-inspect |
| 123 | typing-inspect==0.7.1 |
| 124 | # via juju |
| 125 | urllib3==1.26.8 |
| 126 | # via |
| 127 | # kubernetes |
| 128 | # requests |
| 129 | websocket-client==1.2.3 |
| 130 | # via kubernetes |
| 131 | websockets==7.0 |
| 132 | # via juju |
| 133 | |
| 134 | # The following packages are considered to be unsafe in a requirements file: |
| 135 | # setuptools |