running the project with uv#1249
running the project with uv#1249wasserrutschentester wants to merge 1 commit intoAudionut:masterfrom
Conversation
📝 WalkthroughWalkthroughAdded Python project metadata, dependencies, and tooling configurations to Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
uv is a package manager and runner from the same team as ruff
this pr adds the dependencies from requirements.txt to the pyproject.toml, so one can just start using it with
uv run upload.pywithout needing to manually set up the virtual environment or install the dependencies (everything is automatically done on the first run with uv)additionally the uv.lock file is used to pin to even more explicit versions.
Summary by CodeRabbit