From ce74dce42baee36856dc79996b7dfd904b7c80f2 Mon Sep 17 00:00:00 2001 From: Stefano Borini <sborini@enthought.com> Date: Tue, 19 Jun 2018 15:25:10 +0100 Subject: [PATCH] Using more recent but not edm based stevedore --- ci/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/__main__.py b/ci/__main__.py index 93c90d8..e3d9daf 100644 --- a/ci/__main__.py +++ b/ci/__main__.py @@ -11,7 +11,6 @@ CORE_DEPS = [ "envisage==4.6.0-1", "click==6.7-1", "six==1.10.0-1", - "stevedore==1.2.0-22" ] DOCS_DEPS = [ @@ -26,6 +25,7 @@ DEV_DEPS = [ ] PIP_DEPS = [ + "stevedore==1.24.0" ] -- GitLab