[project] name = "trade-engine" version = "0.1.0" description = "量化交易策略引擎" requires-python = ">=3.10" dependencies = [ "asyncpg>=0.29", "pydantic>=2.5", "pyyaml>=6.0", ] [tool.pyright] venvPath = "." venv = ".venv"