BLD: upgraded CCXT

This commit is contained in:
Frederic Fortier
2018-02-12 16:44:25 -05:00
parent 5345bfc43d
commit d64d6f191f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ dependencies:
- bcolz==0.12.1
- bottleneck==1.2.1
- chardet==3.0.4
- ccxt==1.10.1049
- ccxt==1.10.1094
- web3==4.0.0b7
- requests-toolbelt==0.8.0
- click==6.7
+1 -1
View File
@@ -81,7 +81,7 @@ empyrical==0.2.1
tables==3.3.0
#Catalyst dependencies
ccxt==1.10.1049
ccxt==1.10.1094
boto3==1.4.8
redo==1.6
web3==4.0.0b7
@@ -207,7 +207,7 @@ class TestSuiteBundle:
freq = random.sample(frequencies, 1)[0]
rnd = random.SystemRandom()
# field = rnd.choice(['open', 'high', 'low', 'close', 'volume'])
field = rnd.choice(['close'])
field = rnd.choice(['volume'])
bar_count = random.randint(3, 6)