Fix CI build

This commit is contained in:
Sean Whalen
2019-11-06 12:41:57 -05:00
parent 193e0fd98c
commit 9e50a1db57
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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={