Skip to content

Commit abb54d1

Browse files
committed
swap es-dsl dep to es6-dsl
1 parent 23cb26c commit abb54d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def read(fname):
6060
"metrics",
6161
"statistics",
6262
),
63-
install_requires=["elasticsearch-dsl>=6.3.0,<7.0.0"],
63+
install_requires=["elasticsearch6-dsl>=6.3.0,<7.0.0"],
6464
extras_require=EXTRAS_REQUIRE,
6565
classifiers=[
6666
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)