From dc2029f3138a99b203e58e3c9381fe1e9a8c5269 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 20 Dec 2016 13:40:23 +0100 Subject: [PATCH] Allow supervisor 3.3.x I see no reason for limiting to such an old version. Change-Id: I84ff2e6c3306adc0dd0769ce79039b9f45dcec70 --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b61866b1..6cd5567e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,9 @@ requests>=2.10.0 # Apache-2.0 - oslo.concurrency>=3.8.0 # Apache-2.0 oslo.config>=3.14.0,!=3.18.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.utils>=3.18.0 # Apache-2.0 oslo.vmware>=2.11.0 # Apache-2.0 - PyYAML>=3.10.0 # MIT gevent>=1.1.1 httplib2>=0.7.5 # MIT @@ -16,6 +14,6 @@ pymongo>=3.0.2,<=3.2.2,!=3.1 python-memcached>=1.56 # PSF python-monascaclient>=1.1.0 # Apache-2.0 redis>=2.10.0 # MIT -supervisor>=3.1.3,<3.2 +supervisor>=3.1.3,<3.4 stevedore>=1.17.1 # Apache-2.0 tornado>=4.3