From 6ce95900e8ef3642d7423b94a729503cc8a62c97 Mon Sep 17 00:00:00 2001 From: Vipin Balachandran Date: Mon, 10 Oct 2016 14:48:44 +0530 Subject: Add Log Insight driver This patch adds a driver for storing the trace data in VMware Log Insight. Change-Id: Ieb48e3dc40d81ea5e4f44aca092117316e69888b --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 525dd4f..d499549 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,6 @@ six>=1.9.0 # MIT oslo.messaging>=5.2.0 # Apache-2.0 oslo.utils>=3.16.0 # Apache-2.0 WebOb>=1.6.0 # MIT +requests>=2.10.0 # Apache-2.0 +netaddr>=0.7.13,!=0.7.16 # BSD +oslo.concurrency>=3.8.0 # Apache-2.0 -- cgit v1.2.1