Skip to content

Commit

Permalink
update future requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Feb 9, 2017
1 parent 9eaf37c commit 5e690fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


setup(
version='0.5.2',
version='0.5.3',
url='https://github.com/datamade/probablepeople',
description='Parse romanized names & companies using advanced NLP methods',
name='probablepeople',
Expand All @@ -17,7 +17,7 @@
install_requires=[
'python-crfsuite>=0.8',
'probableparsing',
'future',
'future>=0.14',
'doublemetaphone'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 5e690fc

Please sign in to comment.