[project] name = "incremental-trader" version = "0.1.0" description = "Incremental Trading Framework with Strategy Management and Backtesting" readme = "README.md" requires-python = ">=3.10" dependencies = [ "gspread>=6.2.1", "matplotlib>=3.10.3", "pandas>=2.2.3", "plotly>=6.1.1", "psutil>=7.0.0", "scipy>=1.15.3", "seaborn>=0.13.2", "websocket>=0.2.1", ]