- Remove all requirements.txt files (common, telegram, discord, dev, site)
- Create comprehensive pyproject.toml with:
- Core dependencies including pytz (was missing but used)
- Fix mplfinance version to 0.12.10b0
- Optional dependency groups: [dev], [telegram], [discord], [docs]
- pytest configuration
- ruff and mypy configuration
- Update Dockerfiles to use ghcr.io/astral-sh/uv:python3.12-bookworm
- Update .gitlab-ci.yml to use uv with caching
- Add test stage to CI pipeline
- Update site/.gitlab-ci.yml for docs builds with uv
- Add uv.lock for reproducible builds
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>