- 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>
- Add pytest-asyncio to dev-reqs.txt for async test support
- Fix ruff formatting issues in symbol_router.py
- Fix ruff formatting issues in D_info.py and T_info.py
- Remove unused imports from test files (fixed by ruff --fix)
- Minor code style fixes in bot files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update python-telegram-bot from 20.6 to 21.11.1 (latest 21.x)
- Update pandas to 3.0.1, requests to 2.32.5, cachetools to 7.0.1
- Update humanize to 4.15.0, markdownify to 1.2.2, schedule to 1.2.2
- Update mplfinance to 0.12.10a7, ruff to 0.15.2
- Add pytest 9.0.2 to dev requirements
- Update Dockerfiles to Python 3.12-bookworm/slim
- Enable ruff linting in GitLab CI with updated Python 3.12 image