mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-25 13:10:33 +08:00
Moves requests to main requirements. Also upgrades to 1.0.3
Moving to main requirements, since zipline will not run without the treasury and benchmark data that we requests to fetch. Upgrade is to keep current with latest release.
This commit is contained in:
@@ -14,3 +14,6 @@ numpy==1.6.2
|
||||
pandas==0.10.0
|
||||
python-dateutil==2.1
|
||||
six==1.2.0
|
||||
|
||||
# For fetching remote data
|
||||
requests==1.0.3
|
||||
|
||||
@@ -8,9 +8,6 @@ nose-parameterized==0.1
|
||||
nosexcover==1.0.7
|
||||
coverage==3.5.3
|
||||
|
||||
# Fetching sample data
|
||||
requests==1.0.0
|
||||
|
||||
# Linting
|
||||
|
||||
flake8==1.6.2
|
||||
|
||||
Reference in New Issue
Block a user