add tw stock name searching

This commit is contained in:
deng
2025-11-05 09:32:06 +08:00
parent 3d67380408
commit 2755e4b4a9
4 changed files with 102 additions and 13 deletions

View File

@ -7,8 +7,10 @@ requires-python = ">=3.13"
dependencies = [
"langchain>=0.3.27",
"langchain-openai>=0.3.32",
"lxml>=6.0.2",
"pandas>=2.3.2",
"streamlit>=1.49.1",
"twstock>=1.4.0",
]
[dependency-groups]
@ -19,7 +21,7 @@ dev = [
]
[tool.ruff]
line-length = 130
line-length = 150
target-version = "py313"
[tool.ruff.lint]