From 29f2db55cec506cbfbe95edc6ae841980ec3ac22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sun, 15 Nov 2015 23:02:19 +0100 Subject: [PATCH] eventlet requirement added Change-Id: I14348214e52745aaf5d2023f87d521a133e75f09 --- requirements.txt | 1 + test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2683dd4..9ba6331 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +eventlet>=0.17.4 diff --git a/test-requirements.txt b/test-requirements.txt index 7bb5021..8ed2d4b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,4 +9,4 @@ nose #coverage>=3.6 #discover #python-subunit>=0.0.18 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2