Skip to content

Commit bbdeeda

Browse files
committed
update requirements in the build files
1 parent d2028d8 commit bbdeeda

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = [
3+
"setuptools",
4+
"elasticsearch",
5+
"pandas"
6+
]
37
build-backend = "setuptools.build_meta"

Diff for: setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ include_package_data = True
1616
install_requires =
1717
pandas
1818
requests
19-
certifi
19+
certifi
20+
elasticsearch

0 commit comments

Comments
 (0)