Skip to content

Commit

Permalink
Fix elasticsearch-dsl package name (#932)
Browse files Browse the repository at this point in the history
* OpenShift installer retry mechanism2

* This reverts commit aae3470.

* Fix elasticsearch-dsl package name
  • Loading branch information
ebattat authored Nov 17, 2024
1 parent fb1caf8 commit ca84a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ boto3==1.33.13
botocore==1.33.13
cryptography==43.0.1
elasticsearch==7.16.1
elasticsearch_dsl==7.4.0
elasticsearch-dsl==7.4.0
google-api-python-client==2.135.0
google-auth==2.30.0
google-auth-httplib2==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'botocore==1.33.13', # s3
'cryptography==43.0.1', # for paramiko
'elasticsearch==7.16.1',
'elasticsearch_dsl==7.4.0', # for deep search
'elasticsearch-dsl==7.4.0', # for deep search
'google-auth==2.30.0', # for Google Drive
'google-auth-httplib2==0.2.0', # for Google Drive
'google-auth-oauthlib==1.2.0', # for Google Drive
Expand Down

0 comments on commit ca84a5a

Please sign in to comment.