Skip to content

Commit 1b66f2c

Browse files
add missing typing dependency
1 parent 25dfc31 commit 1b66f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
install_requires = [
3131
"python-dateutil",
32+
"typing-extensions",
3233
"elasticsearch>=8.0.0,<9.0.0",
3334
]
3435

0 commit comments

Comments
 (0)