mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-24 01:41:39 +00:00
Merge pull request #6 from LuminosoInsight/ftfy4
Clean data with ftfy v4
Former-commit-id: 4632ffb177
This commit is contained in:
commit
8400dee933
2
setup.py
2
setup.py
@ -95,7 +95,7 @@ class CustomDevelopCommand(develop):
|
||||
self.run_command('download_db')
|
||||
|
||||
|
||||
requirements = ['ftfy >= 3, < 4']
|
||||
requirements = ['ftfy >= 4']
|
||||
if sys.version_info.major == 2:
|
||||
requirements.append('functools32')
|
||||
|
||||
|
@ -5,7 +5,7 @@ DB_DIR = (os.environ.get('WORDFREQ_DATA')
|
||||
or os.path.expanduser('~/.cache/wordfreq'))
|
||||
|
||||
# When the minor version number increments, the data may change.
|
||||
VERSION = '0.7.0'
|
||||
VERSION = '0.8.0'
|
||||
MINOR_VERSION = '.'.join(VERSION.split('.')[:2])
|
||||
|
||||
# Put these options together to make a database filename.
|
||||
|
Loading…
Reference in New Issue
Block a user