From ecd753d31e17597abfa88a4054193c88a670e3da Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 21 Jan 2019 11:03:36 -0500 Subject: [PATCH] Fix requirements for local installation pip install -r requirements.txt on a clean installation doesn't install all the requirements. This wasn't detected by travis because we install from requirements/testing.txt pyyaml was a dependency of yamale. --- requirements/lint.txt | 1 - requirements/pip.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index d4a30debefa..5295543b4dd 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -14,4 +14,3 @@ pylint-celery==0.3 prospector==1.1.6.2 # prospector 1.1.6.2 is not compatible with 2.0.0 pyflakes<2.0.0 -Pygments==2.3.1 diff --git a/requirements/pip.txt b/requirements/pip.txt index 6f815c9c3d7..f280b91ca40 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -29,6 +29,8 @@ requests-toolbelt==0.8.0 slumber==0.7.1 lxml==4.2.5 defusedxml==0.5.0 +pyyaml==3.13 +Pygments==2.3.1 # Basic tools # Redis 3.x has an incompatible change and fails