| beierlm | a0911d3 | 2021-02-22 14:30:35 -0500 | [diff] [blame] | 1 | # Copyright 2018 Telefonica S.A. |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 12 | # implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | |
| beierlm | 0ae051c | 2022-01-13 11:40:06 -0500 | [diff] [blame] | 17 | aiohttp==3.6.2 |
| 18 | # via |
| 19 | # -r requirements-test.in |
| 20 | # aioresponses |
| 21 | aioresponses==0.7.3 |
| 22 | # via -r requirements-test.in |
| 23 | async-timeout==3.0.1 |
| 24 | # via aiohttp |
| 25 | asynctest==0.13.0 |
| 26 | # via -r requirements-test.in |
| 27 | attrs==21.4.0 |
| 28 | # via aiohttp |
| 29 | certifi==2021.10.8 |
| 30 | # via requests |
| 31 | chardet==3.0.4 |
| 32 | # via |
| 33 | # aiohttp |
| 34 | # requests |
| aticig | 9cfa816 | 2022-04-07 11:57:18 +0300 | [diff] [blame] | 35 | coverage==6.3.2 |
| beierlm | 0ae051c | 2022-01-13 11:40:06 -0500 | [diff] [blame] | 36 | # via |
| 37 | # -r requirements-test.in |
| 38 | # nose2 |
| aticig | 9cfa816 | 2022-04-07 11:57:18 +0300 | [diff] [blame] | 39 | deepdiff==5.7.0 |
| 40 | # via -r requirements-test.in |
| aticig | c33a1eb | 2022-05-26 18:20:52 +0300 | [diff] [blame] | 41 | idna==3.3 |
| beierlm | 0ae051c | 2022-01-13 11:40:06 -0500 | [diff] [blame] | 42 | # via |
| 43 | # requests |
| 44 | # yarl |
| aticig | 9cfa816 | 2022-04-07 11:57:18 +0300 | [diff] [blame] | 45 | lxml==4.8.0 |
| beierlm | 0ae051c | 2022-01-13 11:40:06 -0500 | [diff] [blame] | 46 | # via pyang |
| 47 | multidict==4.7.6 |
| 48 | # via |
| 49 | # aiohttp |
| 50 | # yarl |
| aticig | 9cfa816 | 2022-04-07 11:57:18 +0300 | [diff] [blame] | 51 | nose2==0.11.0 |
| beierlm | 0ae051c | 2022-01-13 11:40:06 -0500 | [diff] [blame] | 52 | # via -r requirements-test.in |
| aticig | 9cfa816 | 2022-04-07 11:57:18 +0300 | [diff] [blame] | 53 | ordered-set==4.0.2 |
| 54 | # via deepdiff |
| 55 | pyang==2.5.3 |
| beierlm | 0ae051c | 2022-01-13 11:40:06 -0500 | [diff] [blame] | 56 | # via -r requirements-test.in |
| aticig | 9cfa816 | 2022-04-07 11:57:18 +0300 | [diff] [blame] | 57 | requests==2.25.1 |
| beierlm | 0ae051c | 2022-01-13 11:40:06 -0500 | [diff] [blame] | 58 | # via -r requirements-test.in |
| 59 | six==1.16.0 |
| 60 | # via nose2 |
| aticig | 9cfa816 | 2022-04-07 11:57:18 +0300 | [diff] [blame] | 61 | urllib3==1.26.9 |
| beierlm | 0ae051c | 2022-01-13 11:40:06 -0500 | [diff] [blame] | 62 | # via requests |
| 63 | yarl==1.7.2 |
| 64 | # via aiohttp |