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 fb534ce commit b5e72d9Copy full SHA for b5e72d9
setup.py
@@ -12,6 +12,6 @@
12
packages=find_packages(),
13
install_requires=[
14
'fastapi',
15
- 'elasticsearch'
+ 'elasticsearch',
16
],
17
)
0 commit comments