Merge pull request #35 from stevedodson/master

Fixing setup.py
This commit is contained in:
stevedodson 2019-11-14 12:53:42 +01:00 committed by GitHub
commit be3e8e2746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ setup(
'Programming Language :: Python :: 3.7',
],
keywords='elastic eland pandas python',
packages=['eland'],
install_requires=[
'elasticsearch>=7.0.5',
'pandas==0.25.1',