| garciadeblas | 56e0be7 | 2024-07-09 14:30:15 +0200 | [diff] [blame^] | 1 | ####################################################################################### |
| 2 | # Copyright ETSI Contributors and Others. |
| 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 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 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 | ####################################################################################### |
| 17 | cachetools==5.3.3 |
| 18 | # via google-auth |
| 19 | certifi==2024.7.4 |
| 20 | # via |
| 21 | # kubernetes |
| 22 | # requests |
| 23 | charset-normalizer==3.3.2 |
| 24 | # via requests |
| 25 | google-auth==2.32.0 |
| 26 | # via kubernetes |
| 27 | grpcio==1.64.1 |
| 28 | # via grpcio-tools |
| 29 | grpcio-tools==1.64.1 |
| 30 | # via -r requirements.in |
| 31 | grpclib==0.4.7 |
| 32 | # via -r requirements.in |
| 33 | h2==4.1.0 |
| 34 | # via grpclib |
| 35 | hpack==4.0.0 |
| 36 | # via h2 |
| 37 | hyperframe==6.0.1 |
| 38 | # via h2 |
| 39 | idna==3.7 |
| 40 | # via requests |
| 41 | kubernetes==30.1.0 |
| 42 | # via -r requirements.in |
| 43 | multidict==6.0.5 |
| 44 | # via grpclib |
| 45 | oauthlib==3.2.2 |
| 46 | # via |
| 47 | # kubernetes |
| 48 | # requests-oauthlib |
| 49 | protobuf==5.27.2 |
| 50 | # via grpcio-tools |
| 51 | pyasn1==0.6.0 |
| 52 | # via |
| 53 | # pyasn1-modules |
| 54 | # rsa |
| 55 | pyasn1-modules==0.4.0 |
| 56 | # via google-auth |
| 57 | python-dateutil==2.9.0.post0 |
| 58 | # via kubernetes |
| 59 | pyyaml==6.0.1 |
| 60 | # via |
| 61 | # -r requirements.in |
| 62 | # kubernetes |
| 63 | requests==2.32.3 |
| 64 | # via |
| 65 | # kubernetes |
| 66 | # requests-oauthlib |
| 67 | requests-oauthlib==2.0.0 |
| 68 | # via kubernetes |
| 69 | rsa==4.9 |
| 70 | # via google-auth |
| 71 | six==1.16.0 |
| 72 | # via |
| 73 | # kubernetes |
| 74 | # python-dateutil |
| 75 | urllib3==2.2.2 |
| 76 | # via |
| 77 | # kubernetes |
| 78 | # requests |
| 79 | websocket-client==1.8.0 |
| 80 | # via kubernetes |
| 81 | |
| 82 | # The following packages are considered to be unsafe in a requirements file: |
| 83 | # setuptools |