20230224
1、更新utils路径bug; 2、更正readme说明; 3、去除python自带包的安装。
This commit is contained in:
parent
193cb70715
commit
068f4d7d17
@ -231,7 +231,7 @@ python main.py
|
|||||||
|
|
||||||
下载工程: [https://pan.baidu.com/s/1RBo2Pie6A5yTrCf1cn_Tuw?pwd=ck99](https://pan.baidu.com/s/1RBo2Pie6A5yTrCf1cn_Tuw?pwd=ck99)
|
下载工程: [https://pan.baidu.com/s/1RBo2Pie6A5yTrCf1cn_Tuw?pwd=ck99](https://pan.baidu.com/s/1RBo2Pie6A5yTrCf1cn_Tuw?pwd=ck99)
|
||||||
|
|
||||||
下载工程: [https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8](https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8)
|
下载windows运行包: [https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8](https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8)
|
||||||
|
|
||||||
通讯地址: [`ws://127.0.0.1:10002`](ws://127.0.0.1:10002)(已接通)
|
通讯地址: [`ws://127.0.0.1:10002`](ws://127.0.0.1:10002)(已接通)
|
||||||
|
|
||||||
|
@ -4,9 +4,6 @@ import websockets
|
|||||||
import asyncio
|
import asyncio
|
||||||
import json
|
import json
|
||||||
from abc import abstractmethod
|
from abc import abstractmethod
|
||||||
import sys
|
|
||||||
sys.path.append("E:/3Dproject/feifeibeifen/Projects/FeiFei-22-06-17-2/")
|
|
||||||
|
|
||||||
from websockets.legacy.server import Serve
|
from websockets.legacy.server import Serve
|
||||||
|
|
||||||
from scheduler.thread_manager import MyThread
|
from scheduler.thread_manager import MyThread
|
||||||
|
@ -18,8 +18,4 @@ aliyun-python-sdk-core==2.13.3
|
|||||||
scipy~=1.10.0
|
scipy~=1.10.0
|
||||||
openai~=0.26.5
|
openai~=0.26.5
|
||||||
simhash
|
simhash
|
||||||
uuid
|
|
||||||
hashlib
|
|
||||||
datetime
|
|
||||||
pytz
|
pytz
|
||||||
json
|
|
Loading…
Reference in New Issue
Block a user