mirror of
https://github.com/Junyi-99/ChatGPT-API-Leakage.git
synced 2026-06-02 06:03:51 +02:00
069272abdc
- Replace `requirements.txt` with `pyproject.toml` + `uv.lock` (runtime deps in `[project]`, lint/format tools in `[dependency-groups].dev`). - Pin Python via `.python-version` (3.14) so uv provisions the right interpreter automatically. - Turn the root `main.py` stub from `uv init` into a thin launcher that delegates to `src/main.py`, so `uv run main.py` just works without restructuring the flat imports inside `src/`. - Update README Prerequisites / Installation / Usage to uv workflow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 lines
5 B
Plaintext
2 lines
5 B
Plaintext
3.14
|