From 07dd87e75501d0fe900e08705d60419aa734efcc Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Sat, 6 Jan 2018 21:55:06 -0500 Subject: [PATCH] Move Mercurial dependency to pip.txt --- requirements/pip.txt | 1 + requirements/testing.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 5afb155e8a6..f4af14497ea 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -34,6 +34,7 @@ dnspython==1.15.0 # VCS httplib2==0.7.7 +Mercurial==4.4.2 # Search elasticsearch==1.5.0 diff --git a/requirements/testing.txt b/requirements/testing.txt index e739e0d5194..c406f42daf2 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -5,7 +5,6 @@ pytest-django==3.1.2 pytest-xdist==1.20.1 apipkg==1.4 execnet==1.5.0 -Mercurial==4.4.2 # local debugging tools pdbpp