mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
e33652c3e7
The vendoring steps are the same. Instead of using 'poetry' to handle dependency resolution and creating a lock file, we now use 'uv'. That lock file is then used to create a cross-platform 'requirements.txt' file by 'uv'. How the 'requirements.txt' file is consumed by 'pip' to download the dependencies is unchanged. Differential Revision: https://phabricator.services.mozilla.com/D222989
4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
pypi:uv==0.4.15
|
|
vendored:third_party/python/toml
|
|
vendored:third_party/python/voluptuous
|