| prithiv | 063fe7c | 2017-09-29 11:24:41 +0100 | [diff] [blame] | 1 | # Copyright 2017 Intel Research and Development Ireland Limited |
| 2 | # ************************************************************* |
| 3 | |
| 4 | # This file is part of OSM Monitoring module |
| 5 | # All Rights Reserved to Intel Corporation |
| 6 | |
| 7 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 8 | # not use this file except in compliance with the License. You may obtain |
| 9 | # a copy of the License at |
| 10 | |
| 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | # Unless required by applicable law or agreed to in writing, software |
| 14 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 15 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 16 | # License for the specific language governing permissions and limitations |
| 17 | # under the License. |
| 18 | |
| 19 | # For those usages not covered by the Apache License, Version 2.0 please |
| 20 | # contact: prithiv.mohan@intel.com or adrian.hoban@intel.com |
| bravof | 4509db8 | 2020-06-12 11:10:15 -0400 | [diff] [blame] | 21 | aiokafka==0.6.0 |
| Benjamin Diaz | 17c7c53 | 2018-04-18 15:27:31 -0300 | [diff] [blame] | 22 | requests==2.18.* |
| Benjamin Diaz | 17c7c53 | 2018-04-18 15:27:31 -0300 | [diff] [blame] | 23 | python-keystoneclient==3.15.* |
| Benjamin Diaz | 17c7c53 | 2018-04-18 15:27:31 -0300 | [diff] [blame] | 24 | six==1.11.* |
| Benjamin Diaz | b2b43da | 2019-02-21 16:24:56 -0300 | [diff] [blame] | 25 | peewee==3.8.* |
| lavado | e492a79 | 2019-11-11 16:25:35 -0500 | [diff] [blame] | 26 | pyyaml>=5.1.2 |
| Benjamin Diaz | dec1bb5 | 2018-10-10 16:50:44 -0300 | [diff] [blame] | 27 | prometheus_client==0.4.* |
| Benjamin Diaz | 0e34244 | 2018-11-09 17:52:08 -0300 | [diff] [blame] | 28 | gnocchiclient==7.0.* |
| Benjamin Diaz | 5ac7c08 | 2019-02-06 11:58:00 -0300 | [diff] [blame] | 29 | pymysql==0.9.* |
| 30 | pyvcloud==19.1.* |
| Benjamin Diaz | 8721c5c | 2019-02-19 20:49:39 -0300 | [diff] [blame] | 31 | python-ceilometerclient==2.9.* |
| Benjamin Diaz | b2b43da | 2019-02-21 16:24:56 -0300 | [diff] [blame] | 32 | peewee-migrate==1.1.* |
| Benjamin Diaz | 616fde7 | 2019-02-22 16:36:00 -0300 | [diff] [blame] | 33 | python-novaclient==12.0.* |
| Benjamin Diaz | 6b45f21 | 2019-04-16 12:41:24 -0300 | [diff] [blame] | 34 | python-neutronclient==5.1.* |
| Benjamin Diaz | 5852897 | 2019-06-12 16:23:56 -0300 | [diff] [blame] | 35 | git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common |
| beierlm | e8feee2 | 2020-10-05 14:30:45 -0400 | [diff] [blame] | 36 | git+https://osm.etsi.org/gerrit/osm/N2VC.git@v8.0.2#egg=n2vc |