From 9e50a1db578285a67d507d93c3b3208a7df0bbf7 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 6 Nov 2019 12:41:57 -0500 Subject: [PATCH] Fix CI build --- requirements.txt | 3 +-- setup.py | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 478c64d..ad59ab0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,9 +24,8 @@ packaging>=19.1 imagesize>=1.1.0 alabaster>=0.7.12 Babel>=2.7.0 -rstcheck>=3.3.1 sphinx>=1.0.5 sphinx_rtd_theme>=0.4.3 wheel>=0.33.6 codecov>=2.0.15 -lxml>=4.4.1 +lxml>=4.4.0 diff --git a/setup.py b/setup.py index a277a64..8913a87 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,8 @@ setup( 'elasticsearch>=6.3.1,<7.0.0', 'elasticsearch-dsl>=6.3.1,<7.0.0', 'kafka-python>=1.4.4', - 'tqdm>=4.31.1', 'lxml>=4.4.1' + 'tqdm>=4.31.1', + 'lxml>=4.4.0' ], entry_points={