Switch to uv as dependency manager

- Add pyproject.toml with project metadata and pinned dependency ranges
- Add uv.lock (generated by `uv lock`) for reproducible installs
- Add .python-version pinning Python 3.11
- Remove requirements.txt (superseded by pyproject.toml)

Install: `uv sync`
Run: `uv run python main.py`

https://claude.ai/code/session_01HaUFs7SaLD5SoiuGCY27Tw
This commit is contained in:
Claude
2026-02-20 22:29:37 +00:00
parent 0c3b5a9033
commit a174023ee5
4 changed files with 678 additions and 9 deletions
+1
View File
@@ -0,0 +1 @@
3.11