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 -1
View File
@@ -185,7 +185,7 @@ Fetching data from Yahoo Finance.
fp_tr = get_datafile('treasury_curves.csv', "rb")
except IOError:
print("""
data msgpacks aren't distributed with source.
data files aren't distributed with source.
Fetching data from data.treasury.gov
""").strip()
dump_treasury_curves()