| David Garcia | 7c6840b | 2021-02-12 17:19:13 +0100 | [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 | ####################################################################################### |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 17 | asynctest==0.13.0 |
| 18 | # via -r requirements-test.in |
| garciadeblas | fc12ea6 | 2024-08-07 02:35:10 +0200 | [diff] [blame] | 19 | certifi==2024.7.4 |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 20 | # via requests |
| garciadeblas | fc12ea6 | 2024-08-07 02:35:10 +0200 | [diff] [blame] | 21 | charset-normalizer==3.3.2 |
| Mark Beierl | 03241da | 2023-01-28 03:02:22 +0000 | [diff] [blame] | 22 | # via |
| 23 | # -r requirements-test.in |
| 24 | # requests |
| garciadeblas | fc12ea6 | 2024-08-07 02:35:10 +0200 | [diff] [blame] | 25 | coverage==7.6.1 |
| calvinosanc1 | 90a5c32 | 2022-10-11 09:21:27 +0000 | [diff] [blame] | 26 | # via -r requirements-test.in |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 27 | flake8==4.0.1 |
| 28 | # via -r requirements-test.in |
| garciadeblas | fc12ea6 | 2024-08-07 02:35:10 +0200 | [diff] [blame] | 29 | idna==3.7 |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 30 | # via requests |
| 31 | mccabe==0.6.1 |
| 32 | # via flake8 |
| garciadeblas | fe88c32 | 2023-09-28 23:31:11 +0200 | [diff] [blame] | 33 | mock==5.1.0 |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 34 | # via -r requirements-test.in |
| garciadeblas | fc12ea6 | 2024-08-07 02:35:10 +0200 | [diff] [blame] | 35 | nose2==0.15.1 |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 36 | # via -r requirements-test.in |
| 37 | pycodestyle==2.8.0 |
| 38 | # via flake8 |
| 39 | pyflakes==2.4.0 |
| 40 | # via flake8 |
| garciadeblas | fc12ea6 | 2024-08-07 02:35:10 +0200 | [diff] [blame] | 41 | requests==2.32.3 |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 42 | # via requests-mock |
| garciadeblas | fc12ea6 | 2024-08-07 02:35:10 +0200 | [diff] [blame] | 43 | requests-mock==1.12.1 |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 44 | # via -r requirements-test.in |
| garciadeblas | fc12ea6 | 2024-08-07 02:35:10 +0200 | [diff] [blame] | 45 | urllib3==2.2.2 |
| beierlm | 2519b54 | 2022-01-13 11:43:45 -0500 | [diff] [blame] | 46 | # via requests |