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:
Eddie Hebert
2012-12-18 11:27:25 -05:00
parent 1af76458fd
commit 2cc983a4c7
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -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
-3
View File
@@ -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