Merge branch 'develop'

This commit is contained in:
Victor Grau Serrat
2017-08-17 23:13:04 -06:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -164,4 +164,4 @@ register_bundle(PoloniexBundle, ['USDT_BTC',])
For a production environment make sure to use (to bundle all pairs):
register_bundle(PoloniexBundle)
'''
register_bundle(PoloniexBundle)
register_bundle(PoloniexBundle, create_writers=False)
+1 -1
View File
@@ -212,7 +212,7 @@ def read_requirements(path,
conda_format=False,
filter_names=None):
"""
Read a requirements.txt file, expressed as a path relative to Zipline root.
Read a requirements.txt file, expressed as a path relative to Catalyst root.
Returns requirements with the pinned versions as lower bounds
if `strict_bounds` is falsey.