Skip to content

Commit

Permalink
Actually fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Whalen committed Jan 22, 2020
1 parent 4edd86c commit c50bdf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ publicsuffix2>=2.20190812
xmltodict>=0.12.0
geoip2>=3.0.0
imapclient>=2.1.0
mail-parser>=3.11.0
dateparser>=0.7.2
elasticsearch>=6.3.1,<7.0.0
elasticsearch-dsl>=6.3.1,<7.0.0
kafka-python>=1.4.4
mailsuite>=1.5.1
six==1.13.0
mailsuite>=1.5.3
nose>=1.3.7
flake8>=3.7.8
doc8>=0.8.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
'requests>=2.22.0', 'imapclient>=2.1.0',
'mail-parser>=3.11.0',
'dateparser>=0.7.2',
'mailsuite>=1.5.1',
'mailsuite>=1.5.3',
'elasticsearch>=6.3.1,<7.0.0',
'elasticsearch-dsl>=6.3.1,<7.0.0',
'kafka-python>=1.4.4',
Expand Down

0 comments on commit c50bdf8

Please sign in to comment.