2025-06-09 12:51:10 +08:00
|
|
|
[project]
|
|
|
|
|
name = "marketdatacollector"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.12"
|
|
|
|
|
dependencies = [
|
2025-10-20 11:48:48 +08:00
|
|
|
"fastapi>=0.119.0",
|
2025-06-09 12:51:10 +08:00
|
|
|
"pandas>=2.3.0",
|
|
|
|
|
"requests>=2.32.3",
|
2025-10-20 11:48:48 +08:00
|
|
|
"uvicorn>=0.38.0",
|
2025-06-09 12:51:10 +08:00
|
|
|
"websocket>=0.2.1",
|
|
|
|
|
"websocket-client>=1.8.0",
|
|
|
|
|
]
|