Skip to content

Commit

Permalink
Merge pull request #44 from pwrose/master
Browse files Browse the repository at this point in the history
updated to msgpack 0.5.6
  • Loading branch information
abradle authored May 21, 2018
2 parents 8a3df4b + c46accb commit ac0a4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ipython==5.4.1
numpy
nose
msgpack-python
msgpack>=0.5.6
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],

# What does your project relate to?
Expand All @@ -76,7 +77,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['msgpack-python'],
install_requires=['msgpack>=0.5.6'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit ac0a4bc

Please sign in to comment.