migration from pip to uv#3615
Conversation
e00a738 to
5b35d87
Compare
|
Hii @mlodic Overall, this improves CI performance and reproducibility, while keeping all existing functionality intact.
The behavior is identical to before, just much faster during the build step:
docker exec intelowl_uwsgi coverage run [[manage.py](http://manage.py/)](http://manage.py/) test --keepdb testsScreen.Recording.2026-04-03.180533.mp4Everything seems to be running smoothly with the new architecture. Let me know if there’s anything else you’d like me to check!! |
|
this change will be considered after this release has been completed |






Description
This PR works on the migration from standard pip/requirements.txt to uv.
Since this touches a core part of the project, I approached it carefully to make sure nothing breaks or loses flexibility. The main goal was to improve CI and local build speed while also making dependency management more reliable and reproducible.
Key Changes:
Type of change
Please delete options that are not relevant.
as expected).
Checklist