Skip to content

Commit

Permalink
fix: Add databuilder missing dependencies (#400)
Browse files Browse the repository at this point in the history
* Add dependencies missing from version 4.0.2

Signed-off-by: hhobson <hugo.hobson@dazn.com>

* Update setup.py

Signed-off-by: hhobson <hugo.hobson@dazn.com>
  • Loading branch information
Hugo Hobson authored Nov 3, 2020
1 parent 8779229 commit 6718396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build/
dist/
venv/
venv3/
.python-version
.cache/
.env
.idea/
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages


__version__ = '4.0.2'
__version__ = '4.0.3'


requirements = [
Expand All @@ -16,6 +16,8 @@
"elasticsearch>=6.2.0,<7.0",
"pyhocon>=0.3.42",
"unidecode",
"Jinja2>=2.10.0,<2.12",
"pandas>=0.21.0,<1.2.0"
]

kafka = ['confluent-kafka==1.0.0']
Expand Down

0 comments on commit 6718396

Please sign in to comment.