1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2026-06-03 21:00:26 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Anson Biggs 5c2739749a Migrate to uv package manager
- 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>
2026-02-21 17:17:32 -05:00
Anson 8228812369 fix sunset link 2024-05-13 03:55:25 +00:00
Anson 0417436451 Archive the Bot 2024-05-13 03:51:14 +00:00
Anson dcff9f3537 fix site upload rule 2023-11-29 03:26:50 +00:00
Anson c717739b75 Resolve "Make announcement for Milestone completion" 2023-10-17 05:43:32 +00:00
Anson a54653bbc7 Resolve "Make announcement for Milestone completion" 2023-10-17 05:14:24 +00:00
Anson 2fd5906f9e Update links from individual bot repos to monorepo 2023-10-16 04:53:23 +00:00
Anson 04abd15fcc Resolve "Add Options from MarketData.app" 2023-10-13 05:37:48 +00:00
Anson 66f233918e Add list of stocks to bot 2023-10-12 02:42:52 +00:00
Anson ad1ec94c6b Fix admonitions 2023-10-10 04:28:22 +00:00
Anson 33550f1519 Resolve "Add a blog to the website" 2023-10-10 04:19:46 +00:00