Skip to content

Commit 49ccd87

Browse files
committed
Fix elasticsearch-dsl package name
1 parent c297e73 commit 49ccd87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ boto3==1.33.13
44
botocore==1.33.13
55
cryptography==43.0.1
66
elasticsearch==7.16.1
7-
elasticsearch_dsl==7.4.0
7+
elasticsearch-dsl==7.4.0
88
google-api-python-client==2.135.0
99
google-auth==2.30.0
1010
google-auth-httplib2==0.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'botocore==1.33.13', # s3
4949
'cryptography==43.0.1', # for paramiko
5050
'elasticsearch==7.16.1',
51-
'elasticsearch_dsl==7.4.0', # for deep search
51+
'elasticsearch-dsl==7.4.0', # for deep search
5252
'google-auth==2.30.0', # for Google Drive
5353
'google-auth-httplib2==0.2.0', # for Google Drive
5454
'google-auth-oauthlib==1.2.0', # for Google Drive

0 commit comments

Comments
 (0)