Skip to content

Commit

Permalink
chore: Makefile requirements export only main without hashes
Browse files Browse the repository at this point in the history
Include "--only=main --without-hashes" in poetry export command.
  • Loading branch information
alperenkose committed Sep 19, 2024
1 parent 905b1eb commit 620b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ new-sanity: ## Sanity tests for Ansible v2.11 and above

.PHONY: reqs
reqs: ## Recreate the requirements.txt file
poetry export -f requirements.txt --output requirements.txt
poetry export -f requirements.txt --output requirements.txt --only=main --without-hashes

0 comments on commit 620b4ef

Please sign in to comment.