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:
@@ -0,0 +1 @@
|
||||
3.11
|
||||
Reference in New Issue
Block a user