update msgpack-python dependency to msgpack

This commit is contained in:
Robyn Speer 2018-02-28 15:14:51 -05:00
parent ec9c94be92
commit 98cb47c774

View File

@ -28,7 +28,7 @@ README_contents = open(os.path.join(current_dir, 'README.md'),
encoding='utf-8').read()
doclines = README_contents.split("\n")
dependencies = [
'ftfy >= 5', 'msgpack-python', 'langcodes >= 1.4', 'regex == 2017.07.28'
'ftfy >= 5', 'msgpack', 'langcodes >= 1.4', 'regex == 2017.07.28'
]
if sys.version_info < (3, 4):
dependencies.append('pathlib')