deps: add ibflex with web extras for IBKR Flex Web Service ingestion
This commit is contained in:
parent
c271d5101c
commit
7cba540c37
2 changed files with 201 additions and 1 deletions
|
|
@ -18,6 +18,9 @@ aiomysql = "^0.3.2"
|
|||
# long-lived session alive (storage_state + device-trust cookie); actual data
|
||||
# is fetched via httpx against the SPA's private JSON backend.
|
||||
playwright = "^1.47"
|
||||
# IBKR Flex Web Service: pulls Activity Flex Query XML reports (token-auth)
|
||||
# and parses to typed dataclasses. No Gateway / daily re-auth needed.
|
||||
ibflex = { version = "^1.1", extras = ["web"] }
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue