bugfix
This commit is contained in:
parent
0b50deed72
commit
ece2d006da
@ -30,6 +30,7 @@ from unipay.init import load_unipay
|
|||||||
from platformbiz.init import load_platformbiz
|
from platformbiz.init import load_platformbiz
|
||||||
from accounting.init import load_accounting
|
from accounting.init import load_accounting
|
||||||
from woa.init import load_woa
|
from woa.init import load_woa
|
||||||
|
from smssend import load_smssend
|
||||||
from ext import *
|
from ext import *
|
||||||
from rf import *
|
from rf import *
|
||||||
__version__ = '0.0.1'
|
__version__ = '0.0.1'
|
||||||
@ -82,6 +83,7 @@ def init():
|
|||||||
load_dagflow()
|
load_dagflow()
|
||||||
load_discount()
|
load_discount()
|
||||||
load_woa()
|
load_woa()
|
||||||
|
load_smssend()
|
||||||
add_cleanupctx(run_zmq_proxy)
|
add_cleanupctx(run_zmq_proxy)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
3
build.sh
3
build.sh
@ -10,6 +10,9 @@ source py3/bin/activate
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
mkdir pkgs
|
mkdir pkgs
|
||||||
cd pkgs
|
cd pkgs
|
||||||
|
git clone https://git.opencomputing.cn/charles/smssend.git
|
||||||
|
cd smssend
|
||||||
|
pip install .
|
||||||
git clone https://git.opencomputing.cn/yumoqing/bricks
|
git clone https://git.opencomputing.cn/yumoqing/bricks
|
||||||
cd bricks/bricks
|
cd bricks/bricks
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user