From 7e112ff60790dda91ddf96058f99f6a367c900ce Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 24 Jan 2017 10:38:13 -0800 Subject: [PATCH] Undo change merged from 1.2 re: invocations compatibility --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index cc348e4..d9606e6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ # Task runner invoke>=0.6.0,<2.0 -invocations<0.14 +invocations>=0.14,<2.0 # Tests (N.B. integration suite also uses Invoke as above) spec>=0.11.3,<2.0 mock==1.0.1