From 5cc61ba45960f7e491c4d7f58b95622631bd30c1 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 11 Apr 2018 11:52:25 -0400 Subject: [PATCH] uncap eventlet We will manage the eventlet version using constraints now. See the thread starting at http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html for more details. Additionally: * add funcsigs to lower-constraints.txt * set lower-constraint for sphinx=1.6.2 Change-Id: Ia9d795125a00d4bbe6d52738f0d8dc286ed4c676 Signed-off-by: Doug Hellmann --- lower-constraints.txt | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index b80134900..744263f6e 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -23,6 +23,7 @@ falcon==1.0.0 fasteners==0.7.0 fixtures==3.0.0 flake8==2.5.5 +funcsigs==1.0.0 future==0.16.0 futures==3.0.0 gevent==1.2.2 @@ -97,7 +98,7 @@ rfc3986==0.3.1 six==1.10.0 smmap==0.9.0 snowballstemmer==1.2.1 -Sphinx==1.6.5 +sphinx==1.6.2 sphinxcontrib-websupport==1.0.1 SQLAlchemy==1.0.10 sqlalchemy-migrate==0.11.0 diff --git a/requirements.txt b/requirements.txt index 52b80010f..da59cbb8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 six>=1.10.0 # MIT pyparsing>=2.1.0 # MIT voluptuous>=0.8.9 # BSD License -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT monasca-common>=2.7.0 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT