mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 08:25:56 +02:00
[PR #16] [CLOSED] chore(uv): migrate from requirements.txt to UV #73
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/16
Author: @hutchinsp01
Created: 11/30/2025
Status: ❌ Closed
Base:
main← Head:chore/migrate-to-uv📝 Commits (1)
4656fd1chore(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.