Skip to content

Commit

Permalink
duplicate fuzzywuzzy in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobson Lane committed Mar 27, 2015
1 parent 4978192 commit 1119a85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,17 @@
# sudo yum install libjpeg-devel openjpeg-devel
install_requires = [
'wsgiref==0.1.2', 'six==1.9.0',
'fuzzywuzzy==0.5.0',
'progressbar2==2.7.3',
# 'pypandoc==0.8.2', 'future==0.14.3',
'pyzmq==14.5.0', 'Unidecode==0.04.16', 'cffi==0.8.6', 'chardet==2.3.0', 'pyOpenSSL==0.14',
'pytz==2015.2', 'python-dateutil==2.4.0',
# 'cython==0.22',
'pandas==0.16.0',
'pandas==0.15.2',
#'pandas==0.15.2',
'xlrd==0.9.3', 'Pillow==2.7',
'fuzzywuzzy==0.5.0', 'python-Levenshtein==0.12.0', 'python-slugify==0.1.0',
'matplotlib==1.4.3',
#'numpy==1.8.2',
'numpy==1.9.2',
# 'pyparsing==2.0.3',
# 'scipy==0.15.1',
'pybrain==0.3',
Expand Down

0 comments on commit 1119a85

Please sign in to comment.