mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 01:17:39 +08:00
0ab136f1c8
Hopefully, this helps ease ramp up time for developing against market data, without us distributing the data. We do a check for the data when attempting to read the msgpack files, if they don't exist the loader makes a web request and retrieves and serializes the data for the user. Provides a loader for: - curves from data.treasury.gov - benchmarks from Yahoo! Finance Adds dependency of requests library in dev requirements.
13 lines
112 B
Plaintext
13 lines
112 B
Plaintext
ipython==0.12
|
|
|
|
# Testing
|
|
unittest2
|
|
nose==1.1.2
|
|
|
|
# Fetching sample data
|
|
requests==0.14.1
|
|
|
|
# Linting
|
|
|
|
flake8==1.4
|