79614022

Date: 2025-05-09 11:25:19
Score: 1
Natty:
Report link

You can export with the same format as requirements.txt without the dev dependencies

uv export --no-hashes --no-header --no-annotate --only-dev --format requirements.txt > requirements-dev.txt

If you don't care about the dev dependencies being installed in prod just use

uv pip freeze > requirements.txt
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Philippev