From 4520477dd27624b8ce7a589d452bf893c99941d8 Mon Sep 17 00:00:00 2001 From: satwikkansal Date: Mon, 7 Aug 2017 12:45:03 +0530 Subject: [PATCH] requirement.txt: Pin lxml version Pin lxml version to 3.6.0 as the recent version 3.8.0 which is required by HTTpolice is causing the Appveyor builds to fail on 64-bit architecture. This change temporarily fixes the issue until the upstream issues are not resolved. Related to https://github.com/coala/coala-quickstart/issues/166 --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index f01f2cb..3ed8b6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +#TODO: Remove lxml once the upstream issue https://github.com/vfaronov/httpolice/issues/5 with HTTpolice is fixed. +lxml==3.6.0 coala_bears~=0.12.0.dev20170722110839 coala_utils~=0.4 gemfileparser~=0.6.2