MarketDataCollector/pyproject.toml
Vasily.onl 14272ab6eb - uv for package management
- improve websocket a bit
- updated database for daily rotation and locking threads, errors handling
2025-06-09 12:51:10 +08:00

13 lines
266 B
TOML

[project]
name = "marketdatacollector"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pandas>=2.3.0",
"requests>=2.32.3",
"websocket>=0.2.1",
"websocket-client>=1.8.0",
]