feat: add opportunity evaluation optimizer

This commit is contained in:
2026-04-22 00:29:02 +08:00
parent 436bef4814
commit 076a5f1b1c
11 changed files with 1224 additions and 37 deletions

View File

@@ -11,6 +11,7 @@ license = {text = "MIT"}
requires-python = ">=3.10"
dependencies = [
"binance-connector>=3.9.0",
"requests>=2.31.0",
"shtab>=1.7.0",
"tomli>=2.0.1; python_version < '3.11'",
"tomli-w>=1.0.0",