# fubon_neo (from local wheel - platform specific)
# Installation will automatically select the correct wheel for your platform
./wheels/fubon_neo-2.2.5-cp37-abi3-win_amd64.whl ; sys_platform == 'win32'
./wheels/fubon_neo-2.2.5-cp37-abi3-manylinux_2_17_x86_64.whl ; sys_platform == 'linux'
./wheels/fubon_neo-2.2.5-cp37-abi3-macosx_11_0_arm64.whl ; sys_platform == 'darwin' and platform_machine == 'arm64'
./wheels/fubon_neo-2.2.5-cp37-abi3-macosx_10_12_x86_64.whl ; sys_platform == 'darwin' and platform_machine == 'x86_64'
pandas
fastmcp
mcp
pydantic
python-dotenv
TA-Lib

# 測試依賴
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
pytest-mock>=3.10.0