- 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
2 lines
5 B
Plaintext
2 lines
5 B
Plaintext
3.11
|