Skip to content

chore: add LICENSE, .env.example, and bump dependency pins - #5

Draft
HelloBryte wants to merge 1 commit into
mainfrom
claude/bold-noether-d79np0
Draft

chore: add LICENSE, .env.example, and bump dependency pins#5
HelloBryte wants to merge 1 commit into
mainfrom
claude/bold-noether-d79np0

Conversation

@HelloBryte

Copy link
Copy Markdown
Owner

Summary

  • Added missing LICENSE (MIT) — the README already claimed MIT but no LICENSE file existed.
  • Added .env.example documenting all supported env overrides — none existed previously, though the README referenced creating a .env.
  • Bumped requirements.txt pins: PySide6 6.10.3→6.11.2, mysql-connector-python 9.4.0→9.7.0, python-dotenv 1.1.1→1.2.3. Deliberately did not jump mysql-connector-python to the newly published 26.7.0, since that's a major version-scheme change rather than a low-risk bump.
  • Updated README setup steps (English and Chinese) to reference .env.example and link the LICENSE file.

Testing

  • All .py files compile (py_compile).
  • pip install --dry-run -r requirements.txt resolves cleanly with no conflicts.

Context

Routine maintenance pass on this resume/portfolio repo.

Note for the repo owner

A few stale branches are worth reviewing:


Generated by Claude Code

- Add MIT LICENSE file (README already referenced this license)
- Add .env.example documenting all supported environment overrides
- Bump PySide6, mysql-connector-python, python-dotenv to latest
  compatible patch/minor releases
- Point README setup steps at the new .env.example file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants