Implement Kraken integration with REST and WebSocket clients, add market data handling, and enhance settings configuration

This commit is contained in:
2026-06-01 10:30:58 +02:00
parent 6211575db7
commit 7d3071463e
20 changed files with 977 additions and 1 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ dev = [
"pre-commit>=3.8.0",
"pytest>=8.3.0",
"pytest-asyncio>=0.24.0",
"respx>=0.21.1",
"ruff>=0.6.0",
"vcrpy>=6.0.0",
]
[project.scripts]
@@ -63,7 +65,7 @@ pretty = true
mypy_path = "src"
[[tool.mypy.overrides]]
module = ["duckdb", "keyring", "uvloop"]
module = ["duckdb", "keyring", "sortedcontainers"]
ignore_missing_imports = true
[tool.pytest.ini_options]