We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c297e73 commit 49ccd87Copy full SHA for 49ccd87
requirements.txt
@@ -4,7 +4,7 @@ boto3==1.33.13
4
botocore==1.33.13
5
cryptography==43.0.1
6
elasticsearch==7.16.1
7
-elasticsearch_dsl==7.4.0
+elasticsearch-dsl==7.4.0
8
google-api-python-client==2.135.0
9
google-auth==2.30.0
10
google-auth-httplib2==0.2.0
setup.py
@@ -48,7 +48,7 @@
48
'botocore==1.33.13', # s3
49
'cryptography==43.0.1', # for paramiko
50
'elasticsearch==7.16.1',
51
- 'elasticsearch_dsl==7.4.0', # for deep search
+ 'elasticsearch-dsl==7.4.0', # for deep search
52
'google-auth==2.30.0', # for Google Drive
53
'google-auth-httplib2==0.2.0', # for Google Drive
54
'google-auth-oauthlib==1.2.0', # for Google Drive
0 commit comments