- Added new dependencies: `plotly`, `websocket`, `cffi`, `gevent`, `greenlet`, and `narwhals` to `pyproject.toml` and `uv.lock`. - Updated `.gitignore` to exclude the `frontend/` directory. - Modified configuration files to set `start_date` to `2025-01-01` in `config_bbrs.json` and `config_default.json`, with `stop_date` set to `null` in both. - Introduced a new project metadata file `.cursor/project.mdc` for project documentation and management.
17 lines
332 B
TOML
17 lines
332 B
TOML
[project]
|
|
name = "cycles"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
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",
|
|
]
|