[PR #16] [CLOSED] chore(uv): migrate from requirements.txt to UV #73

Closed
opened 2026-05-07 00:18:31 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/16
Author: @hutchinsp01
Created: 11/30/2025
Status: Closed

Base: mainHead: chore/migrate-to-uv


📝 Commits (1)

  • 4656fd1 chore(uv): migrate from requirements.txt to UV

📊 Changes

3 files changed (+3348 additions, -2 deletions)

View changed files

📝 README.md (+14 -2)
pyproject.toml (+29 -0)
uv.lock (+3305 -0)

📄 Description

Just a nicer experience for getting up and running, can ensure package versions using UV.

requirements.txt is quite dated nowadays.

Still leaves requirements.txt behind incase people don't want to install UV


🔄 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/16 **Author:** [@hutchinsp01](https://github.com/hutchinsp01) **Created:** 11/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chore/migrate-to-uv` --- ### 📝 Commits (1) - [`4656fd1`](https://github.com/IAmTomShaw/f1-race-replay/commit/4656fd12f6ffb62d187521a0d391d7808f00080b) chore(uv): migrate from requirements.txt to UV ### 📊 Changes **3 files changed** (+3348 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+14 -2) ➕ `pyproject.toml` (+29 -0) ➕ `uv.lock` (+3305 -0) </details> ### 📄 Description Just a nicer experience for getting up and running, can ensure package versions using UV. requirements.txt is quite dated nowadays. Still leaves requirements.txt behind incase people don't want to install UV --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:31 +02:00
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#73
No description provided.