Skip to content

Commit 6718396

Browse files
author
Hugo Hobson
authored
fix: Add databuilder missing dependencies (#400)
* 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>
1 parent 8779229 commit 6718396

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build/
1010
dist/
1111
venv/
1212
venv3/
13+
.python-version
1314
.cache/
1415
.env
1516
.idea/

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66

7-
__version__ = '4.0.2'
7+
__version__ = '4.0.3'
88

99

1010
requirements = [
@@ -16,6 +16,8 @@
1616
"elasticsearch>=6.2.0,<7.0",
1717
"pyhocon>=0.3.42",
1818
"unidecode",
19+
"Jinja2>=2.10.0,<2.12",
20+
"pandas>=0.21.0,<1.2.0"
1921
]
2022

2123
kafka = ['confluent-kafka==1.0.0']

0 commit comments

Comments
 (0)