add tw stock name searching
This commit is contained in:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user