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
@@ -23,7 +23,6 @@ Dependencies
* numpy (>= 1.6.0)
* pandas (>= 0.9.0)
* pytz
* msgpack-python
* iso8601
* Logbook
* blist