Skip to content

Commit

Permalink
updated setup with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Dec 21, 2017
1 parent 522f06c commit e2aa2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
author_email='robinlinacre@hotmail.com',
license='MIT',
packages=['fuzzymatcher'], # The directory to look in for the source code
setup_requires=['pandas', 'metaphone'],
install_requires=['pandas', 'metaphone', 'python-Levenshtein', 'fuzzywuzzy', 'python-dateutil'],
test_requires=["pylint", "coverage", "codecov"],
keywords=["matching", "fuzzy", "probabalistic", "recordlinking", "fuzzymatching"],
download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.2.tar.gz',
Expand Down

0 comments on commit e2aa2c4

Please sign in to comment.