Skip to content

Commit

Permalink
setup.py: use msgpack instead of msgpack-python
Browse files Browse the repository at this point in the history
  • Loading branch information
seirl committed Feb 24, 2018
1 parent 94daa04 commit 4aefa62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
description='An asyncio-based source compiler and test runner.',
install_requires=[
'aiohttp',
'msgpack-python',
'msgpack',
'pyyaml',
],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 4aefa62

Please sign in to comment.