1 Star 0 Fork 0

dongzhu1688/huobi_Python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 930 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangshaonan 提交于 2020-10-28 15:54 . 10月更新
#!/usr/bin/env python3
from setuptools import setup
setup(
name="huobi-client",
version="2.0.0",
packages=['huobi',
'huobi.exception', 'huobi.constant',
'huobi.utils',
'huobi.client',
'huobi.service', 'huobi.service.account', 'huobi.service.margin', 'huobi.service.market',
'huobi.service.trade', 'huobi.service.wallet', 'huobi.service.generic', 'huobi.service.etf',
'huobi.service.subuser', 'huobi.service.algo',
'huobi.model', 'huobi.model.account', 'huobi.model.margin', 'huobi.model.market', 'huobi.model.trade',
'huobi.model.wallet', 'huobi.model.generic', 'huobi.model.etf', 'huobi.model.subuser', 'huobi.model.algo',
'huobi.connection', 'huobi.connection.impl', "performance", "tests"
],
install_requires=['requests', 'apscheduler', 'websocket-client', 'urllib3']
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongzhulab_admin/huobi_Python.git
git@gitee.com:dongzhulab_admin/huobi_Python.git
dongzhulab_admin
huobi_Python
huobi_Python
master

搜索帮助