Skip to content

Commit 415503a

Browse files
add missing typing dependency
1 parent e6d5541 commit 415503a

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)