[project] name = "leopard-analysis" version = "0.1.0" description = "Stock analysis" requires-python = ">=3.14" dependencies = [ "adata>=2.9.5", "akshare>=1.18.20", "backtesting~=0.6.5", "baostock>=0.8.9", "duckdb>=1.4.4", "jupyter~=1.1.1", "jupyter-bokeh>=4.0.5", "matplotlib~=3.10.8", "mplfinance>=0.12.10b0", "pandas~=2.3.3", "pandas-stubs~=2.3.3", "peewee~=3.19.0", "psycopg2-binary~=2.9.11", "sqlalchemy>=2.0.46", "ta-lib>=0.6.8", "tabulate>=0.9.0", "tqdm>=4.67.1", "tushare>=1.4.24", ]