| 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 | ####################################################################################### |
| beierlm | d213eba | 2022-01-18 08:52:27 -0500 | [diff] [blame^] | 17 | aiohttp==3.7.4.post0 |
| 18 | # via -r requirements.in |
| 19 | async-timeout==3.0.1 |
| 20 | # via |
| 21 | # -r requirements.in |
| 22 | # aiohttp |
| 23 | attrs==21.4.0 |
| 24 | # via aiohttp |
| 25 | chardet==4.0.0 |
| 26 | # via aiohttp |
| 27 | grpcio==1.43.0 |
| 28 | # via grpcio-tools |
| 29 | grpcio-tools==1.43.0 |
| 30 | # via -r requirements.in |
| 31 | grpclib==0.4.2 |
| 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.3 |
| 40 | # via |
| 41 | # -r requirements.in |
| 42 | # yarl |
| 43 | jinja2==3.0.3 |
| 44 | # via -r requirements.in |
| 45 | markupsafe==2.0.1 |
| 46 | # via jinja2 |
| 47 | multidict==5.2.0 |
| 48 | # via |
| 49 | # aiohttp |
| 50 | # grpclib |
| 51 | # yarl |
| 52 | protobuf==3.19.3 |
| 53 | # via grpcio-tools |
| 54 | pyyaml==5.4.1 |
| 55 | # via -r requirements.in |
| 56 | six==1.16.0 |
| 57 | # via grpcio |
| 58 | typing-extensions==4.0.1 |
| 59 | # via aiohttp |
| 60 | yarl==1.7.2 |
| 61 | # via aiohttp |
| 62 | |
| 63 | # The following packages are considered to be unsafe in a requirements file: |
| 64 | # setuptools |