From e2f4d56c13c66d82484d22e2134734944a79a6ff Mon Sep 17 00:00:00 2001 From: nanoric Date: Sat, 23 Feb 2019 10:53:25 -0400 Subject: [PATCH] =?UTF-8?q?[Mod]=20pip=E7=9B=B8=E5=85=B3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 5 ++--- setup.py | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index bcfdc694..86b41dc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -PyQt5 +PyQt5<5.12 +dataclasses; python<=3.6 qdarkstyle futu-api websocket-client @@ -9,5 +10,3 @@ matplotlib seaborn jupyter 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" - diff --git a/setup.py b/setup.py index a49ce40a..87493d9f 100644 --- a/setup.py +++ b/setup.py @@ -49,5 +49,8 @@ s = setup( '*.json', '*.md', '*.ico', '*.dll', '*.so', ]}, + install_requires=[ + "" + ], ext_modules=[vnctptd, vnctpmd], )