deps: add ibflex with web extras for IBKR Flex Web Service ingestion

This commit is contained in:
Viktor Barzin 2026-05-26 22:21:54 +00:00
parent c271d5101c
commit 7cba540c37
2 changed files with 201 additions and 1 deletions

View file

@ -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"