[PR #203] chore: Migrate project to uv package manager #217

Open
opened 2026-05-07 00:19:15 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/203
Author: @bhadraagada
Created: 1/30/2026
Status: 🔄 Open

Base: mainHead: migrate-to-uv


📝 Commits (1)

  • b000a09 Migrate project to uv package manager

📊 Changes

5 files changed (+2711 additions, -15 deletions)

View changed files

📝 .gitignore (+52 -6)
.python-version (+1 -0)
pyproject.toml (+117 -0)
requirements.txt (+0 -9)
uv.lock (+2541 -0)

📄 Description

  • Add pyproject.toml with modern Python packaging
  • Delete requirements.txt (migrated to pyproject.toml)
  • Add uv.lock for reproducible builds
  • Pin Python to 3.12 (.python-version)
  • Update .gitignore for .venv and uv patterns

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/IAmTomShaw/f1-race-replay/pull/203 **Author:** [@bhadraagada](https://github.com/bhadraagada) **Created:** 1/30/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `migrate-to-uv` --- ### 📝 Commits (1) - [`b000a09`](https://github.com/IAmTomShaw/f1-race-replay/commit/b000a098f228e9df2338fbee62e9e5d1535c964f) Migrate project to uv package manager ### 📊 Changes **5 files changed** (+2711 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+52 -6) ➕ `.python-version` (+1 -0) ➕ `pyproject.toml` (+117 -0) ➖ `requirements.txt` (+0 -9) ➕ `uv.lock` (+2541 -0) </details> ### 📄 Description - Add pyproject.toml with modern Python packaging - Delete requirements.txt (migrated to pyproject.toml) - Add uv.lock for reproducible builds - Pin Python to 3.12 (.python-version) - Update .gitignore for .venv and uv patterns --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/f1-race-replay#217
No description provided.