From 6389c7ffa48bbbd9f3d8f1726c4ad8244f20a876 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 12 Feb 2019 15:39:05 -0500 Subject: [PATCH] pin more-intertools Version 6.0.0 is a Python 3-only release https://github.com/erikrose/more-itertools/releases error form docs build: more-itertools requires Python '>=3.4' but the running Python is 2.7.5 Change-Id: I6fa0b0e2bf96bfd66a3980d319570325b51666b9 Signed-off-by: Aric Gardner --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 1dd7d05..90a5ff5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,7 @@ pytest pyyaml Sphinx~=1.7.9 sphinx_bootstrap_theme>=0.6.2 + +# Indirect Dependencies +# >6.0.0 requires Python >=3.4 +more-itertools~=5.0.0 -- 2.16.6