From 55791fffaf6175bcd25037ea6fb3c9b31f8c8600 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Mon, 24 Nov 2014 17:33:10 +0200 Subject: [PATCH] Add `requests` to requirements This library is used by default for all HTTP calls, so it should be in requirements of ceilometerclient. Change-Id: I298f1d6279c5bb9d4ed85760f2fdba00c4c3ada9 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ba3669f4..fd976a6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,6 @@ iso8601>=0.1.9 oslo.utils>=1.0.0 # Apache-2.0 PrettyTable>=0.7,<0.8 python-keystoneclient>=0.11.1 +requests>=2.2.0,!=2.4.0 six>=1.7.0 stevedore>=1.1.0 # Apache-2.0