pin more-intertools 44/14544/2 v0.2.6
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 12 Feb 2019 20:39:05 +0000 (15:39 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 12 Feb 2019 20:54:39 +0000 (15:54 -0500)
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 <agardner@linuxfoundation.org>
requirements.txt

index 1dd7d05..90a5ff5 100644 (file)
@@ -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