| beierlm | 4335f99 | 2021-03-24 09:26:06 -0400 | [diff] [blame] | 1 | ####################################################################################### |
| 2 | # Copyright ETSI Contributors and Others. |
| garciadeblas | e54d720 | 2019-12-12 15:59:03 +0100 | [diff] [blame] | 3 | # |
| beierlm | 4335f99 | 2021-03-24 09:26:06 -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 |
| garciadeblas | e54d720 | 2019-12-12 15:59:03 +0100 | [diff] [blame] | 7 | # |
| beierlm | 4335f99 | 2021-03-24 09:26:06 -0400 | [diff] [blame] | 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| garciadeblas | e54d720 | 2019-12-12 15:59:03 +0100 | [diff] [blame] | 9 | # |
| beierlm | 4335f99 | 2021-03-24 09:26:06 -0400 | [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 | dc83d33 | 2022-01-13 13:08:57 -0500 | [diff] [blame] | 17 | certifi==2021.10.8 |
| 18 | # via requests |
| 19 | charset-normalizer==2.0.10 |
| 20 | # via requests |
| 21 | click==8.0.3 |
| 22 | # via -r requirements.in |
| 23 | idna==3.3 |
| 24 | # via requests |
| 25 | jinja2==3.0.3 |
| 26 | # via -r requirements.in |
| 27 | markupsafe==2.0.1 |
| 28 | # via jinja2 |
| 29 | packaging==21.3 |
| 30 | # via -r requirements.in |
| 31 | prettytable==3.0.0 |
| 32 | # via -r requirements.in |
| 33 | pycurl==7.44.1 |
| 34 | # via -r requirements.in |
| 35 | pyparsing==3.0.6 |
| 36 | # via packaging |
| 37 | python-magic==0.4.24 |
| 38 | # via -r requirements.in |
| 39 | pyyaml==5.4.1 |
| 40 | # via -r requirements.in |
| 41 | requests==2.27.1 |
| 42 | # via -r requirements.in |
| 43 | urllib3==1.26.8 |
| 44 | # via requests |
| 45 | verboselogs==1.7 |
| 46 | # via -r requirements.in |
| 47 | wcwidth==0.2.5 |
| 48 | # via prettytable |