cr-connect-workflow/deploy/update_requirements.sh

5 lines
113 B
Bash
Raw Normal View History

jq -r '.default
| to_entries[]
| .key + .value.version' \
../Pipfile.lock > requirements.txt