Merge remote-tracking branch 'origin/dev-dividend' into dev-dividend
Showing
This diff is collapsed.
rebalance/__init__.py
0 → 100644
rebalance/base_signal.py
0 → 100644
rebalance/dao/__init__.py
0 → 100644
rebalance/dao/mysql.sql
0 → 100644
... | @@ -9,7 +9,7 @@ openpyxl==3.0.10 | ... | @@ -9,7 +9,7 @@ openpyxl==3.0.10 |
pandas==1.5.1 | pandas==1.5.1 | ||
pandas-datareader==0.10.0 | pandas-datareader==0.10.0 | ||
ply==3.11 | ply==3.11 | ||
PyJFTech==1.2.0 | PyJFTech==1.3.0 | ||
PyMySQL==1.0.2 | PyMySQL==1.0.2 | ||
Pyomo==6.4.3 | Pyomo==6.4.3 | ||
python-dateutil==2.8.2 | python-dateutil==2.8.2 | ||
... | @@ -20,3 +20,15 @@ requests==2.28.1 | ... | @@ -20,3 +20,15 @@ requests==2.28.1 |
scipy==1.9.3 | scipy==1.9.3 | ||
six==1.16.0 | six==1.16.0 | ||
urllib3==1.26.12 | urllib3==1.26.12 | ||
fastapi==0.100.0 | |||
uvicorn==0.23.1 | |||
apscheduler==3.10.1 | |||
sklearn | |||
finta | |||
keras | |||
tensorflow | |||
matplotlib | |||
lightgbm | |||
\ No newline at end of file |
web/__init__.py
0 → 100644
web/robo_controller.py
0 → 100644
Please register or sign in to comment