| 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 | b7e42f0 | 2019-09-03 07:24:17 +0000 | [diff] [blame] | 13 | CherryPy==18.1.2 |
| tierno | 0c01ffa | 2018-11-19 14:39:33 +0100 | [diff] [blame] | 14 | jsonschema |
| 15 | PyYAML==3.* |
| 16 | python-keystoneclient |
| tierno | 23acf40 | 2019-08-28 13:36:34 +0000 | [diff] [blame] | 17 | requests |
| tierno | 0c01ffa | 2018-11-19 14:39:33 +0100 | [diff] [blame] | 18 | git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common |
| 19 | git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im |
| tierno | a8d6363 | 2018-05-10 13:12:32 +0200 | [diff] [blame] | 20 | |