Merge pull request #1405 from nanoric/v2.0-DEV

pip 相关修改
This commit is contained in:
vn.py 2019-02-23 23:19:22 +08:00 committed by GitHub
commit abee9c0009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,5 @@
PyQt5 PyQt5<5.12
dataclasses; python<=3.6
qdarkstyle qdarkstyle
futu-api futu-api
websocket-client websocket-client
@ -9,5 +10,3 @@ matplotlib
seaborn seaborn
jupyter jupyter
ta-lib; platform_system=="Unix" ta-lib; platform_system=="Unix"
https://download.lfd.uci.edu/pythonlibs/r5uhg2lo/TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl; platform_system=="Windows"

View File

@ -49,5 +49,8 @@ s = setup(
'*.json', '*.md', '*.ico', '*.json', '*.md', '*.ico',
'*.dll', '*.so', '*.dll', '*.so',
]}, ]},
install_requires=[
""
],
ext_modules=[vnctptd, vnctpmd], ext_modules=[vnctptd, vnctpmd],
) )