We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522f06c commit e2aa2c4Copy full SHA for e2aa2c4
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
author_email='robinlinacre@hotmail.com',
10
license='MIT',
11
packages=['fuzzymatcher'], # The directory to look in for the source code
12
- setup_requires=['pandas', 'metaphone'],
+ install_requires=['pandas', 'metaphone', 'python-Levenshtein', 'fuzzywuzzy', 'python-dateutil'],
13
test_requires=["pylint", "coverage", "codecov"],
14
keywords=["matching", "fuzzy", "probabalistic", "recordlinking", "fuzzymatching"],
15
download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.2.tar.gz',
0 commit comments