Skip to content

Commit

Permalink
Merge pull request #8 from AlexisEidelman/patch-1
Browse files Browse the repository at this point in the history
install_requires in setup.py
  • Loading branch information
Leobouloc authored Dec 20, 2017
2 parents 63012ce + 3031d1c commit fc7421e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@
download_url = 'https://github.com/eig-2017/Merge-Machine/archive/0.1.3.tar.gz',
keywords = ['csv', 'link', 'merge', 'elasticsearch'],
classifiers = [],
python_requires='>=3',
python_requires='>=3'
install_requires=[
'elasticsearch',
'numpy',
'pandas',
'unidecode'
],
)

0 comments on commit fc7421e

Please sign in to comment.