| beierlm | acf83f8 | 2021-03-17 08:11:23 -0400 | [diff] [blame] | 1 | ####################################################################################### |
| 2 | # Copyright ETSI Contributors and Others. |
| tierno | 2e21551 | 2018-11-28 09:37:52 +0000 | [diff] [blame] | 3 | # |
| beierlm | acf83f8 | 2021-03-17 08:11:23 -0400 | [diff] [blame] | 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 |
| tierno | 2e21551 | 2018-11-28 09:37:52 +0000 | [diff] [blame] | 9 | # |
| tierno | b3cda2e | 2018-10-30 17:26:59 +0000 | [diff] [blame] | 10 | # Unless required by applicable law or agreed to in writing, software |
| beierlm | acf83f8 | 2021-03-17 08:11:23 -0400 | [diff] [blame] | 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 | ####################################################################################### |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 17 | aiohttp==3.8.5 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 18 | # via -r requirements.in |
| Mark Beierl | 4394863 | 2023-01-27 21:10:48 +0000 | [diff] [blame] | 19 | aiosignal==1.3.1 |
| 20 | # via aiohttp |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 21 | annotated-types==0.5.0 |
| 22 | # via pydantic |
| 23 | async-timeout==4.0.3 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 24 | # via |
| 25 | # -r requirements.in |
| 26 | # aiohttp |
| Gabriel Cuba | e789898 | 2023-05-11 01:57:21 -0500 | [diff] [blame] | 27 | attrs==23.1.0 |
| Luis Vega | a27dc53 | 2022-11-11 20:10:49 +0000 | [diff] [blame] | 28 | # via |
| 29 | # aiohttp |
| 30 | # glom |
| Gabriel Cuba | e789898 | 2023-05-11 01:57:21 -0500 | [diff] [blame] | 31 | boltons==23.0.0 |
| Luis Vega | a27dc53 | 2022-11-11 20:10:49 +0000 | [diff] [blame] | 32 | # via |
| 33 | # face |
| 34 | # glom |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 35 | charset-normalizer==3.2.0 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 36 | # via aiohttp |
| aticig | dffa621 | 2022-04-12 15:27:53 +0300 | [diff] [blame] | 37 | checksumdir==1.2.0 |
| 38 | # via -r requirements.in |
| Luis Vega | a27dc53 | 2022-11-11 20:10:49 +0000 | [diff] [blame] | 39 | config-man==0.0.4 |
| 40 | # via -r requirements.in |
| Mark Beierl | 4394863 | 2023-01-27 21:10:48 +0000 | [diff] [blame] | 41 | face==20.1.1 |
| Luis Vega | a27dc53 | 2022-11-11 20:10:49 +0000 | [diff] [blame] | 42 | # via glom |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 43 | frozenlist==1.4.0 |
| Mark Beierl | 4394863 | 2023-01-27 21:10:48 +0000 | [diff] [blame] | 44 | # via |
| 45 | # aiohttp |
| 46 | # aiosignal |
| Gabriel Cuba | e789898 | 2023-05-11 01:57:21 -0500 | [diff] [blame] | 47 | glom==23.3.0 |
| Luis Vega | a27dc53 | 2022-11-11 20:10:49 +0000 | [diff] [blame] | 48 | # via config-man |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 49 | grpcio==1.58.0 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 50 | # via grpcio-tools |
| Gulsum Atici | d3dffd8 | 2022-10-11 16:39:00 +0300 | [diff] [blame] | 51 | grpcio-tools==1.48.1 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 52 | # via -r requirements.in |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 53 | grpclib==0.4.5 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 54 | # via -r requirements.in |
| 55 | h2==4.1.0 |
| 56 | # via grpclib |
| 57 | hpack==4.0.0 |
| 58 | # via h2 |
| 59 | hyperframe==6.0.1 |
| 60 | # via h2 |
| Gulsum Atici | 48b760f | 2022-09-26 20:57:26 +0300 | [diff] [blame] | 61 | idna==3.4 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 62 | # via |
| 63 | # -r requirements.in |
| 64 | # yarl |
| beierlm | ef92132 | 2022-06-24 21:17:53 -0400 | [diff] [blame] | 65 | jinja2==3.1.2 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 66 | # via -r requirements.in |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 67 | markupsafe==2.1.3 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 68 | # via jinja2 |
| Mark Beierl | 4394863 | 2023-01-27 21:10:48 +0000 | [diff] [blame] | 69 | multidict==6.0.4 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 70 | # via |
| 71 | # aiohttp |
| 72 | # grpclib |
| 73 | # yarl |
| Gulsum Atici | d3dffd8 | 2022-10-11 16:39:00 +0300 | [diff] [blame] | 74 | protobuf==3.20.3 |
| 75 | # via |
| 76 | # -r requirements.in |
| 77 | # grpcio-tools |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 78 | pydantic==2.4.2 |
| David Garcia | 78b6e6d | 2022-04-29 05:50:46 +0200 | [diff] [blame] | 79 | # via -r requirements.in |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 80 | pydantic-core==2.10.1 |
| 81 | # via pydantic |
| Mark Beierl | 00f8b0a | 2023-07-21 17:13:12 +0000 | [diff] [blame] | 82 | pyyaml==6.0.1 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 83 | # via -r requirements.in |
| garciadeblas | 6a8c781 | 2023-09-29 08:07:00 +0200 | [diff] [blame] | 84 | typing-extensions==4.8.0 |
| 85 | # via |
| 86 | # pydantic |
| 87 | # pydantic-core |
| Gabriel Cuba | e789898 | 2023-05-11 01:57:21 -0500 | [diff] [blame] | 88 | yarl==1.9.2 |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame] | 89 | # via aiohttp |
| 90 | |
| 91 | # The following packages are considered to be unsafe in a requirements file: |
| 92 | # setuptools |