| 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 |
| prithiv | 1e3d6ce | 2017-10-10 13:12:55 +0100 | [diff] [blame] | 21 | stdeb |
| prithiv | b7e9ec0 | 2017-09-14 16:52:53 +0100 | [diff] [blame] | 22 | MySQL-python |
| prithiv | 71ce7ec | 2017-11-22 16:46:11 +0000 | [diff] [blame] | 23 | kafka |
| prithiv | 063fe7c | 2017-09-29 11:24:41 +0100 | [diff] [blame] | 24 | lxml |
| prithiv | b7e9ec0 | 2017-09-14 16:52:53 +0100 | [diff] [blame] | 25 | requests |
| prithiv | 063fe7c | 2017-09-29 11:24:41 +0100 | [diff] [blame] | 26 | logutils |
| prithiv | b7e9ec0 | 2017-09-14 16:52:53 +0100 | [diff] [blame] | 27 | cherrypy |
| 28 | jsmin |
| 29 | jsonschema |
| 30 | python-openstackclient |
| 31 | python-novaclient |
| 32 | python-keystoneclient |
| 33 | python-neutronclient |
| prithiv | 063fe7c | 2017-09-29 11:24:41 +0100 | [diff] [blame] | 34 | aodhclient |
| 35 | gnocchiclient |
| 36 | boto==2.48 |
| prithiv | b7e9ec0 | 2017-09-14 16:52:53 +0100 | [diff] [blame] | 37 | python-cloudwatchlogs-logging |
| 38 | py-cloudwatch |
| dhumal | 07698bb | 2018-03-30 05:26:13 -0700 | [diff] [blame] | 39 | pyvcloud==19.1.1 |
| prithiv | 98bb807 | 2017-09-15 09:57:46 +0100 | [diff] [blame] | 40 | pyopenssl |
| Helena McGough | d00ff82 | 2017-09-20 17:42:22 +0100 | [diff] [blame] | 41 | six |
| prithiv | 063fe7c | 2017-09-29 11:24:41 +0100 | [diff] [blame] | 42 | bottle |
| Benjamin Diaz | b3f86c9 | 2018-03-25 23:45:55 -0300 | [diff] [blame] | 43 | peewee==3.1.* |
| Gianpietro Lavado | e4be37f | 2018-04-12 13:39:50 -0600 | [diff] [blame] | 44 | pyyaml |