| tierno | a8d6363 | 2018-05-10 13:12:32 +0200 | [diff] [blame] | 1 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 2 | # not use this file except in compliance with the License. You may obtain |
| 3 | # a copy of the License at |
| tierno | 0c01ffa | 2018-11-19 14:39:33 +0100 | [diff] [blame] | 4 | |
| tierno | a8d6363 | 2018-05-10 13:12:32 +0200 | [diff] [blame] | 5 | # http://www.apache.org/licenses/LICENSE-2.0 |
| tierno | 0c01ffa | 2018-11-19 14:39:33 +0100 | [diff] [blame] | 6 | |
| tierno | a8d6363 | 2018-05-10 13:12:32 +0200 | [diff] [blame] | 7 | # Unless required by applicable law or agreed to in writing, software |
| 8 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 9 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 10 | # License for the specific language governing permissions and limitations |
| 11 | # under the License. |
| tierno | a8d6363 | 2018-05-10 13:12:32 +0200 | [diff] [blame] | 12 | |
| tierno | f3ea2ed | 2020-10-28 10:04:37 +0000 | [diff] [blame] | 13 | CherryPy>=18.1.2 |
| 14 | jsonschema>=3.2.0 |
| tierno | 970093c | 2019-10-17 14:24:58 +0000 | [diff] [blame] | 15 | PyYAML |
| tierno | 0c01ffa | 2018-11-19 14:39:33 +0100 | [diff] [blame] | 16 | python-keystoneclient |
| tierno | 23acf40 | 2019-08-28 13:36:34 +0000 | [diff] [blame] | 17 | requests |
| beierlm | b1d9ee3 | 2021-05-07 13:25:03 -0400 | [diff] [blame] | 18 | git+https://osm.etsi.org/gerrit/osm/common.git@bug1511#egg=osm-common |
| 19 | git+https://osm.etsi.org/gerrit/osm/IM.git@bug1511#egg=osm-im |
| tierno | f3ea2ed | 2020-10-28 10:04:37 +0000 | [diff] [blame] | 20 | aiohttp>=2.3.10,<=3.6.2 |
| K Sai Kiran | 7ddb073 | 2020-10-30 11:14:44 +0530 | [diff] [blame] | 21 | tacacs_plus |