From 7a355c4949260ca5bd3d9e2eefeb7ddb837f9e3f Mon Sep 17 00:00:00 2001 From: pwrose Date: Mon, 21 May 2018 10:58:36 -0700 Subject: [PATCH 1/2] updated to msgpack 0.5.6 --- requirements.txt | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 02e4fda..7cd2585 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ipython==5.4.1 numpy nose -msgpack-python +msgpack>=0.5.6 diff --git a/setup.py b/setup.py index 0788d25..a8f55b6 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.666666', ], # What does your project relate to? @@ -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, From c46accb627f1bbe3172df9a9ce1fe108c005ceb8 Mon Sep 17 00:00:00 2001 From: pwrose Date: Mon, 21 May 2018 11:36:50 -0700 Subject: [PATCH 2/2] fixed python version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8f55b6..8914efd 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.666666', + 'Programming Language :: Python :: 3.6', ], # What does your project relate to?