MAINT: Remove msgpack as a dependency.

Now that the data serialization uses pandas, msgpack is no longer
needed.
This commit is contained in:
Eddie Hebert
2013-10-01 14:28:11 -04:00
parent a66f45b598
commit b44fc20e4e
6 changed files with 1 additions and 8 deletions
-1
View File
@@ -63,7 +63,6 @@ setup(
],
install_requires=[
'delorean',
'msgpack-python',
'iso8601',
'Logbook',
'blist',