diff --git a/tz_crypto_bt.py b/tz_crypto_bt.py index 8087866..c8baef4 100644 --- a/tz_crypto_bt.py +++ b/tz_crypto_bt.py @@ -6,7 +6,7 @@ import shutil import numpy as np # 定义要移动的目录列表 -directories_to_move = ['tz_ctastrategy', 'tzquant', 'tzqtdatahub', 'tz_riskmanager', 'gate_api'] +directories_to_move = ['tz_ctastrategy', 'tzquant', 'tzqtdatahub', 'tz_riskmanager', 'gate_api', 'clients'] # 获取numpy模块的__file__属性,它包含了numpy模块文件的路径 numpy_file_path = np.__file__