From c2a7ec707a72c610bdaa763519c640e16695aca0 Mon Sep 17 00:00:00 2001 From: Drew Thorstensen Date: Wed, 2 Mar 2016 19:54:51 -0500 Subject: [PATCH] Include setuptools version This includes a workaround to avoid a version of setuptools that affects the docs build. Change-Id: Ia065a2f8c9d1365f630ce7ada573e04437e19e92 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 727ceae..d0f1492 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ oslo.log>=1.14.0 # Apache-2.0 pbr>=1.6 # Apache-2.0 +setuptools<20.2