Skip to content

Commit e2aa2c4

Browse files
committed
updated setup with deps
1 parent 522f06c commit e2aa2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author_email='robinlinacre@hotmail.com',
1010
license='MIT',
1111
packages=['fuzzymatcher'], # The directory to look in for the source code
12-
setup_requires=['pandas', 'metaphone'],
12+
install_requires=['pandas', 'metaphone', 'python-Levenshtein', 'fuzzywuzzy', 'python-dateutil'],
1313
test_requires=["pylint", "coverage", "codecov"],
1414
keywords=["matching", "fuzzy", "probabalistic", "recordlinking", "fuzzymatching"],
1515
download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.2.tar.gz',

0 commit comments

Comments
 (0)